aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-05-19 13:19:34 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:51:43 +0200
commit2d12c953e206dfd0814b41a12939e016413009d4 (patch)
tree0e9b69e54204257156c44fecec7141f10dfbd95b
parentb29120b5faa8fb84cc1d58d8ccf3114d695e36a6 (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
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4d9fc2e..8383862 100644
--- a/Makefile
+++ b/Makefile
@@ -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