From 0ef3c3238f39e944fa999768942c99a96b70b860 Mon Sep 17 00:00:00 2001 From: mick Date: Mon, 9 Feb 2015 10:40:24 +0000 Subject: added new example for of 0.8.4 --- ofxMaxim/ofxMaximExample_0.8.4_OSX/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ofxMaxim/ofxMaximExample_0.8.4_OSX/Makefile (limited to 'ofxMaxim/ofxMaximExample_0.8.4_OSX/Makefile') diff --git a/ofxMaxim/ofxMaximExample_0.8.4_OSX/Makefile b/ofxMaxim/ofxMaximExample_0.8.4_OSX/Makefile new file mode 100644 index 0000000..7a7fe8b --- /dev/null +++ b/ofxMaxim/ofxMaximExample_0.8.4_OSX/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.3