diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-10-23 03:40:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-10-23 03:40:39 +0000 |
commit | a31c391dc384912d8eb511feb62a12aae0ce7005 (patch) | |
tree | 8323dbe6985690233d2642aea4682d573bdb9e6f /Makefile | |
parent | 9554c20806f8da1482790543f2ec5a3c91b363d0 (diff) |
got everything running under GNU/Linux again, time to switch back to MacOS X
svn path=/trunk/externals/hcs/hid/; revision=2144
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |