diff options
Diffstat (limited to 'scrolllist/Makefile')
-rwxr-xr-x | scrolllist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrolllist/Makefile b/scrolllist/Makefile index cd6ae28..300a6c2 100755 --- a/scrolllist/Makefile +++ b/scrolllist/Makefile @@ -34,7 +34,7 @@ LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \ .c.pd_linux: ./tk2c.bash < $*.tk > $*.tk2c gcc $(LINUXCFLAGS) $(INCLUDE) -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 -f $*.o ../$*.pd_linux ln -s $*/$*.pd_linux .. |