aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/pd~/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pd/extra/pd~/makefile')
-rw-r--r--pd/extra/pd~/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pd/extra/pd~/makefile b/pd/extra/pd~/makefile
index d069c73d..5fc5d26b 100644
--- a/pd/extra/pd~/makefile
+++ b/pd/extra/pd~/makefile
@@ -1,7 +1,7 @@
NAME=pd~
CSYM=pd_tilde
-include ../makefile
+include ../makefile.subdir
pd_linux: pdsched.pd_linux
@@ -11,5 +11,4 @@ d_ppc: pdsched.d_ppc
pdsched.pd_linux: pdsched.c
$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
$(CC) -shared -o $*.pd_linux $*.o -lc -lm
- strip --strip-unneeded $*.pd_linux
rm -f $*.o