From 33f051a1db7ed3651dd0123ffbc009ca14ed48d5 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Sat, 31 Dec 2011 12:52:24 +0530 Subject: [PATCH] Remove libraries in cleanall --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd96dd4..9013676 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,5 @@ all: cleanall: $(MAKE) -C src clean - $(MAKE) -C ld128 clean \ No newline at end of file + $(MAKE) -C ld128 clean + rm -f *.a *.$(SHLIB_EXT)