aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 23:32:08 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 23:32:08 +0000
commit3b529da46c6ede499ff75a34819757ed6cc36b44 (patch)
tree93507eec4562b68ef7a0cc86bcda07cc2355fa02 /Makefile
parent6a5f1829530eea02cd30679afe857c2ad8554135 (diff)
fixed clean target, it wasn't cleaning the .o file for the lib file for single libs
svn path=/trunk/externals/moonlib/; revision=13383
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2e4c70..0075227 100644
--- a/Makefile
+++ b/Makefile
@@ -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