aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2006-01-07 07:19:27 +0000
committerN.N. <matju@users.sourceforge.net>2006-01-07 07:19:27 +0000
commit1cb91c3d1bc1c7ccfff25240480c21b3aaaf4b6a (patch)
tree8a3bda7c01865ab872d8a319aa885f449d38571b /Makefile
parentddda4c6cdef058264547e73b6cd909e270de5333 (diff)
pureunity 0.0
svn path=/trunk/abstractions/pureunity/; revision=4369
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