diff options
Diffstat (limited to 'getpatchname')
-rw-r--r-- | getpatchname/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getpatchname/makefile b/getpatchname/makefile index 54e60c8..e507478 100644 --- a/getpatchname/makefile +++ b/getpatchname/makefile @@ -27,7 +27,7 @@ LINUXINCLUDE = -I/usr/include -I./include .c.pd_linux: $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -c src/$(NAME).c - ld -export_dynamic -shared -o $(NAME).pd_linux $(NAME).o -lc + ld --export-dynamic -shared -o $(NAME).pd_linux $(NAME).o -lc strip --strip-unneeded $(NAME).pd_linux rm -f *.o |