diff options
Diffstat (limited to 'volctl~/makefile')
-rw-r--r-- | volctl~/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volctl~/makefile b/volctl~/makefile index 3457263..ae241b6 100644 --- a/volctl~/makefile +++ b/volctl~/makefile @@ -70,7 +70,7 @@ LSTRIP = strip --strip-unneeded -R .note -R .comment .c.pd_linux: cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - cc -Wl,-export_dynamic --shared -o $*.pd_linux $*.o -lm + cc -Wl,--export-dynamic --shared -o $*.pd_linux $*.o -lm $(LSTRIP) $*.pd_linux rm -f $*.o |