summaryrefslogtreecommitdiff
path: root/json-instagram/Makefile
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-03-10 12:40:45 +0000
committerTim Redfern <tim@eclectronics.org>2014-03-10 12:40:45 +0000
commit2a6b5328dec0ef2200bdbb94b16e8531c7c071b2 (patch)
treec77bf8ceb17748ad2fd89f5274b73f42c54329f9 /json-instagram/Makefile
parent9301d02887e2d75457c3ee885418f44846ca3143 (diff)
getting images from instagram
Diffstat (limited to 'json-instagram/Makefile')
-rw-r--r--json-instagram/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/json-instagram/Makefile b/json-instagram/Makefile
new file mode 100644
index 0000000..cda22b7
--- /dev/null
+++ b/json-instagram/Makefile
@@ -0,0 +1,13 @@
+# Attempt to load a config.make file.
+# If none is found, project defaults in config.project.make will be used.
+ifneq ($(wildcard config.make),)
+ include config.make
+endif
+
+# make sure the the OF_ROOT location is defined
+ifndef OF_ROOT
+ OF_ROOT=../../openFrameworks
+endif
+
+# call the project makefile!
+include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk