aboutsummaryrefslogtreecommitdiff
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
commit0d6738c1573ad509b91002ba3dfec50654afa6a8 (patch)
treea0420790e184509e2219d6bf38f78240e750d064
parent6475caf069f446507565baca362f7813e595d3bd (diff)
fixed clean target, it wasn't cleaning the .o file for the lib file for single libs
svn path=/trunk/externals/mjlib/; revision=13383
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80bd347..e5fec3f 100644
--- a/Makefile
+++ b/Makefile
@@ -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