From 3b529da46c6ede499ff75a34819757ed6cc36b44 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 6 Apr 2010 23:32:08 +0000 Subject: fixed clean target, it wasn't cleaning the .o file for the lib file for single libs svn path=/trunk/externals/moonlib/; revision=13383 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.1