summaryrefslogtreecommitdiff
path: root/test-tycbutton/Makefile
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2014-03-14 00:51:24 +0000
committerComment <tim@gray.(none)>2014-03-14 00:51:24 +0000
commitbb852cee91b52b71fccade7d4a1ef065eb0de2f0 (patch)
tree97ded3b49faa5d444fa5e9e6c9e58a04d8440afc /test-tycbutton/Makefile
parent8072eb4d248debf2d049548dd5dec21cc0152c52 (diff)
nice
Diffstat (limited to 'test-tycbutton/Makefile')
-rw-r--r--test-tycbutton/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/test-tycbutton/Makefile b/test-tycbutton/Makefile
new file mode 100644
index 0000000..7a7fe8b
--- /dev/null
+++ b/test-tycbutton/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