diff options
Diffstat (limited to 'graphics/asymptote/cudareflect/tinyexr/examples/deepview/Makefile')
-rw-r--r-- | graphics/asymptote/cudareflect/tinyexr/examples/deepview/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/asymptote/cudareflect/tinyexr/examples/deepview/Makefile b/graphics/asymptote/cudareflect/tinyexr/examples/deepview/Makefile deleted file mode 100644 index b3dafd7877..0000000000 --- a/graphics/asymptote/cudareflect/tinyexr/examples/deepview/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -all: - g++ -I ../../deps/miniz -o deepview -g -O2 main.cc trackball.cc ../../tinyexr.cc ../../deps/miniz/miniz.c -framework OpenGL -framework GLUT |