aboutsummaryrefslogtreecommitdiff
path: root/list_sum/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'list_sum/makefile')
-rw-r--r--list_sum/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/list_sum/makefile b/list_sum/makefile
index 9fd12f9..2575b4e 100644
--- a/list_sum/makefile
+++ b/list_sum/makefile
@@ -76,7 +76,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