Browse Source

Remove libraries in cleanall

Viral B. Shah 13 years ago
parent
commit
33f051a1db
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -8,4 +8,5 @@ all:
 
 cleanall:
 	$(MAKE) -C src clean
-	$(MAKE) -C ld128 clean
+	$(MAKE) -C ld128 clean
+	rm -f *.a *.$(SHLIB_EXT)