diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-09-29 21:12:40 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-09-29 21:12:40 +0100 |
| commit | a2c919f85c366e02cdc71f0fb46f4ebd4e4afebe (patch) | |
| tree | ba1b88607e8de35b0b49683648d7f64ac8259fe1 /passadesgui/Makefile | |
| parent | 8c43a654fdc0a0fd822fd0bd9462cdadf6d96456 (diff) | |
revert to working single plugin chaos
Diffstat (limited to 'passadesgui/Makefile')
| -rw-r--r-- | passadesgui/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/passadesgui/Makefile b/passadesgui/Makefile new file mode 100644 index 0000000..177e172 --- /dev/null +++ b/passadesgui/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 |
