summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index b4721f8e..fe8e57ec 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -16,7 +16,11 @@ LINK_FLAGS += -L.. -ldgl $(DGL_LIBS)
ifeq ($(WIN32),true)
TARGETS = app.exe cairo.exe color images.exe nekobi-ui.exe
else
+ifeq ($(MACOS),true)
TARGETS = app color images nekobi-ui
+else
+TARGETS = app cairo color images nekobi-ui
+endif
endif
# --------------------------------------------------------------