diff options
author | N.N. <matju@users.sourceforge.net> | 2006-01-07 07:19:27 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2006-01-07 07:19:27 +0000 |
commit | 1cb91c3d1bc1c7ccfff25240480c21b3aaaf4b6a (patch) | |
tree | 8a3bda7c01865ab872d8a319aa885f449d38571b /Makefile | |
parent | ddda4c6cdef058264547e73b6cd909e270de5333 (diff) |
pureunity 0.0
svn path=/trunk/abstractions/pureunity/; revision=4369
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |