aboutsummaryrefslogtreecommitdiff
path: root/playlist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'playlist/Makefile')
-rw-r--r--playlist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist/Makefile b/playlist/Makefile
index 5bc42ec..af34a23 100644
--- a/playlist/Makefile
+++ b/playlist/Makefile
@@ -67,7 +67,7 @@ LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \
LINUXINCLUDE = -I../../src
.c.pd_linux:
- ../tk2c.bash < $*.tk > $*.tk2c
+ ./tk2c.bash < $*.tk > $*.tk2c
gcc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux