diff options
Diffstat (limited to 'framescore~/makefile')
-rw-r--r-- | framescore~/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framescore~/makefile b/framescore~/makefile index df340a4..e86daac 100644 --- a/framescore~/makefile +++ b/framescore~/makefile @@ -78,7 +78,7 @@ LINUXINCLUDE = -I/usr/local/include .c.pd_linux: cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm + ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux rm $*.o |