From 4c2a2090b143dda952b4752458ea2d4598bafe2f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 1 Jun 2014 23:17:43 +0200 Subject: [PATCH] libbase: remove crt during make clean --- software/libbase/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/libbase/Makefile b/software/libbase/Makefile index 50291547..5146c330 100644 --- a/software/libbase/Makefile +++ b/software/libbase/Makefile @@ -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 .*~ *~ -- 2.30.2