summaryrefslogtreecommitdiff
path: root/test-instagram/Makefile
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-03-04 12:35:35 +0000
committerTim Redfern <tim@eclectronics.org>2014-03-04 12:35:35 +0000
commit3726e496813e556e88baf5dc8acabe290a1a66f4 (patch)
treeec1027c650cb231c6835b2e85a5eb3021f8c0f61 /test-instagram/Makefile
parent8dd6225e9e0bc6e2ae204b434369259a845a7979 (diff)
https session not working
Diffstat (limited to 'test-instagram/Makefile')
-rw-r--r--test-instagram/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/test-instagram/Makefile b/test-instagram/Makefile
new file mode 100644
index 0000000..7a7fe8b
--- /dev/null
+++ b/test-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=../../..
+endif
+
+# call the project makefile!
+include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk