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