diff options
| author | mick grierson <mickgrierson@gmail.com> | 2015-06-16 21:26:53 +0200 |
|---|---|---|
| committer | mick grierson <mickgrierson@gmail.com> | 2015-06-16 21:26:53 +0200 |
| commit | 55f5cf4a57d526a20cf84a17e0340583eee3e7f2 (patch) | |
| tree | 04bbce08e359c31651d38e107bbf6f5193405c6c /ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/Makefile | |
| parent | 0ef3c3238f39e944fa999768942c99a96b70b860 (diff) | |
Added stuff for music hackney
Diffstat (limited to 'ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/Makefile')
| -rw-r--r-- | ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/Makefile b/ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/Makefile new file mode 100644 index 0000000..7a7fe8b --- /dev/null +++ b/ofxMaxim/HACKDAY/OF0.8.4MaximExtractorExample/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 |
