summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-01-21 22:06:32 +0000
committerfalkTX <falktx@gmail.com>2014-01-21 22:07:02 +0000
commit2876d120a85129cc061b870276bcbdc9f8d86eef (patch)
tree3ef70624b0f668570c84a9b16be440cdc80ed4dc /examples
parenta2eac490fae70424d54f446d50a159ed673c85c9 (diff)
Build cairo example on linux
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
# --------------------------------------------------------------