diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-03-04 12:35:35 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-03-04 12:35:35 +0000 |
| commit | 3726e496813e556e88baf5dc8acabe290a1a66f4 (patch) | |
| tree | ec1027c650cb231c6835b2e85a5eb3021f8c0f61 /test-instagram/Makefile | |
| parent | 8dd6225e9e0bc6e2ae204b434369259a845a7979 (diff) | |
https session not working
Diffstat (limited to 'test-instagram/Makefile')
| -rw-r--r-- | test-instagram/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test-instagram/Makefile b/test-instagram/Makefile new file mode 100644 index 0000000..7a7fe8b --- /dev/null +++ b/test-instagram/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 |
