diff options
| author | mick grierson <mickgrierson@gmail.com> | 2016-02-12 17:42:02 +0000 |
|---|---|---|
| committer | mick grierson <mickgrierson@gmail.com> | 2016-02-12 17:42:02 +0000 |
| commit | 5a99ccdffc64d09de692c9ab77dc7a21a8fae552 (patch) | |
| tree | 09169e4a30ad68794db50c24d65224af6a8ba98c /openFrameworks/openFrameworksExamples/OSX/granular0_92/Makefile | |
| parent | 39ea0d49f49ac6dbdfda8a5a7b40ac8ff3f738e2 (diff) | |
adding OF 0.92 granular eexample
Diffstat (limited to 'openFrameworks/openFrameworksExamples/OSX/granular0_92/Makefile')
| -rw-r--r-- | openFrameworks/openFrameworksExamples/OSX/granular0_92/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openFrameworks/openFrameworksExamples/OSX/granular0_92/Makefile b/openFrameworks/openFrameworksExamples/OSX/granular0_92/Makefile new file mode 100644 index 0000000..8d8e4c0 --- /dev/null +++ b/openFrameworks/openFrameworksExamples/OSX/granular0_92/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=$(realpath ../../..) +endif + +# call the project makefile! +include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk |
