diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-18 13:18:54 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-18 13:18:54 +0000 |
commit | 0cb66a03e133428a6778de2abec3df4c6cedea59 (patch) | |
tree | 366e021b6f3253c3e492cc55cdbbdea5e76fd170 /Makefile | |
parent | cec59cea80c2a573404d52cda43fda46536f2121 (diff) |
creb update
svn path=/trunk/externals/creb/; revision=419
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ current: make -C modules++ rm -f $(LIBNAME) - $(CPLUSPLUS) -export_dynamic -shared -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm + $(CXX) -export_dynamic -shared -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm strip --strip-unneeded $(LIBNAME) clean: |