diff options
author | N.N. <sevyves@users.sourceforge.net> | 2004-03-30 04:25:10 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2004-03-30 04:25:10 +0000 |
commit | d8e4c552f0e58ddb76dc3991c37ce13557eb8a2e (patch) | |
tree | 7b278893e75b82ba4980227baf4d2b5499a650bd /cooled~/Makefile | |
parent | d3ee59e709bbc51fea444584fed70c7fb084fd45 (diff) |
cooled~ 0.12
svn path=/trunk/externals/unauthorized/; revision=1516
Diffstat (limited to 'cooled~/Makefile')
-rw-r--r-- | cooled~/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cooled~/Makefile b/cooled~/Makefile index 5c9da80..0ce41a7 100644 --- a/cooled~/Makefile +++ b/cooled~/Makefile @@ -67,7 +67,7 @@ LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \ LINUXINCLUDE = -I../../src .c.pd_linux: - ../tk2c.bash < $*.tk > $*.tk2c + ./tk2c.bash < $*.tk > $*.tk2c cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ld -export_dynamic -shared -o $*.pd_linux $*.o -lpthread -lc -lm strip --strip-unneeded $*.pd_linux |