diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-12-18 23:30:14 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-12-18 23:30:14 +0000 |
| commit | 493d6151ee284b5cfa136b88793498d7d9a59051 (patch) | |
| tree | 840160bc94ec89297597617adc352b10d065b9cc /glitcher2/Makefile | |
| parent | 36a3cf9cf6206a4be7021f980da51c89229dc8c7 (diff) | |
standalone of10 versionmain
Diffstat (limited to 'glitcher2/Makefile')
| -rw-r--r-- | glitcher2/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/glitcher2/Makefile b/glitcher2/Makefile new file mode 100644 index 0000000..7a7fe8b --- /dev/null +++ b/glitcher2/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 |
