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)