libbase: remove crt during make clean
authorSebastien Bourdeauducq <sb@m-labs.hk>
Sun, 1 Jun 2014 21:17:43 +0000 (23:17 +0200)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Sun, 1 Jun 2014 21:17:43 +0000 (23:17 +0200)
software/libbase/Makefile

index 50291547d6165d11230ff287e6256c049987449b..5146c33073f0cec094f47faf2301b9834163ba82 100644 (file)
@@ -28,5 +28,5 @@ vsnprintf-nofloat.o: vsnprintf.c
 .PHONY: clean
 
 clean:
-       $(RM) $(OBJECTS) $(OBJECTS:.o=.d) vsnprintf.o vsnprintf.d vsnprintf-nofloat.o vsnprintf-nofloat.d
+       $(RM) $(OBJECTS) $(OBJECTS:.o=.d) crt0-$(CPU).o vsnprintf.o vsnprintf.d vsnprintf-nofloat.o vsnprintf-nofloat.d
        $(RM) libbase.a libbase-nofloat.a .*~ *~