aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c5bfe5..b26ec6a 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ INCLUDE = -I./ -I../../../pd/src -I./HID\ Utilities\ Source
$(CC) $(LDFLAGS) -o $*.pd_darwin *.o
.o.pd_linux:
- ld $(LDFLAGS) -o $*.pd_linux $*.o -lc -lm
+ ld $(LDFLAGS) -o $*.pd_linux *.o -lc -lm
strip --strip-unneeded $*.pd_linux
# rm $*.o