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 | ee5bc9b3280658d049ab057c318fd1cfea8be6f9 (patch) | |
tree | f06369e46659717bb2d056dc82f363953d2e5090 /Makefile | |
parent | feb03fd4017bcbdb8caed14b03c4a1f6080ee90b (diff) |
fixed clean target, it wasn't cleaning the .o file for the lib file for single libs
svn path=/trunk/externals/smlib/; revision=13383
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -207,6 +207,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 |