From: Sebastien Bourdeauducq Date: Sun, 1 Jun 2014 21:17:43 +0000 (+0200) Subject: libbase: remove crt during make clean X-Git-Tag: 24jan2021_ls180~2702 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c2a2090b143dda952b4752458ea2d4598bafe2f;p=litex.git libbase: remove crt during make clean --- 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 .*~ *~