From bb852cee91b52b71fccade7d4a1ef065eb0de2f0 Mon Sep 17 00:00:00 2001 From: Comment Date: Fri, 14 Mar 2014 00:51:24 +0000 Subject: nice --- test-tycbutton/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test-tycbutton/Makefile (limited to 'test-tycbutton/Makefile') 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 -- cgit v1.2.3