diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-05-19 13:19:34 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:51:43 +0200 |
commit | 2d12c953e206dfd0814b41a12939e016413009d4 (patch) | |
tree | 0e9b69e54204257156c44fecec7141f10dfbd95b /Makefile | |
parent | b29120b5faa8fb84cc1d58d8ccf3114d695e36a6 (diff) |
made the PD-variable overwritable via "export";
this way, we don't have to mirror matju's filesystem
svn path=/trunk/externals/pureunity/; revision=5090
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -#PD = /home/matju/pd_0_38_4/bin/pd -PD = /home/matju/pd_devel_0_39_und/bin/pd -#PD = pd +# if you don't want the standard pd, set the PD-variable before doing "make" +# e.g. "PD=/home/matju/pd_devel_0_39_und/bin/pd make" +PD ?= pd PDFLAGS = -lib pureunity -noaudio -path generics -path specifics PDFLAGS += -lib gridflow CFLAGS = -Wall |