diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 23:32:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 23:32:08 +0000 |
commit | e75f8d0dd62f1e5a2368211fffca385e4238aab4 (patch) | |
tree | 684c91c94748d6a714d427677fa76fae3c012e7a | |
parent | d99449b545121e527708787ba8b6a88594821815 (diff) |
fixed clean target, it wasn't cleaning the .o file for the lib file for single libs
svn path=/trunk/externals/ext13/; revision=13383
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -208,6 +208,7 @@ install-manual: clean: -rm -f -- $(SOURCES:.c=.o) -rm -f -- $(SOURCES:.c=.$(EXTENSION)) + -rm -f -- $(LIBRARY_NAME).o -rm -f -- $(LIBRARY_NAME).$(EXTENSION) distclean: clean |