aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85d4f3d..e9d9683 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-PD = /home/matju/pd_0_38_4/bin/pd -noaudio
+#PD = /home/matju/pd_0_38_4/bin/pd
+PD = /home/matju/pd_devel_0_39_und/bin/pd
#PD = pd
PDFLAGS = -lib pureunity -noaudio -path generics -path specifics
# PDFLAGS += -lib gridflow
@@ -8,7 +9,6 @@ test:: built
$(PD) $(PDFLAGS) main.pd
built: Makefile pureunity.pd_linux
- # for z in associator commutator distributor invertor; do sed s/inlet/inlet~/ < generics/$$z.pd > generics/$$z~.pd; done
echo > built
generic/%~.pd: generic/%.pd