We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac97815 commit 4c2a209Copy full SHA for 4c2a209
software/libbase/Makefile
@@ -28,5 +28,5 @@ vsnprintf-nofloat.o: vsnprintf.c
28
.PHONY: clean
29
30
clean:
31
- $(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
32
$(RM) libbase.a libbase-nofloat.a .*~ *~
0 commit comments