From a31c391dc384912d8eb511feb62a12aae0ce7005 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 23 Oct 2004 03:40:39 +0000 Subject: got everything running under GNU/Linux again, time to switch back to MacOS X svn path=/trunk/externals/hcs/hid/; revision=2144 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1