Skip to content

Commit 4c2a209

Browse files
committedJun 1, 2014
libbase: remove crt during make clean
1 parent ac97815 commit 4c2a209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎software/libbase/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ vsnprintf-nofloat.o: vsnprintf.c
2828
.PHONY: clean
2929

3030
clean:
31-
$(RM) $(OBJECTS) $(OBJECTS:.o=.d) vsnprintf.o vsnprintf.d vsnprintf-nofloat.o vsnprintf-nofloat.d
31+
$(RM) $(OBJECTS) $(OBJECTS:.o=.d) crt0-$(CPU).o vsnprintf.o vsnprintf.d vsnprintf-nofloat.o vsnprintf-nofloat.d
3232
$(RM) libbase.a libbase-nofloat.a .*~ *~

0 commit comments

Comments
 (0)