Index: tests/pcb-printf/Makefile =================================================================== --- tests/pcb-printf/Makefile (revision 5824) +++ tests/pcb-printf/Makefile (revision 5825) @@ -41,5 +41,5 @@ $(CC) -c $(CFLAGS_OP) -DSPEED $(CFLAGS) -o $@ $(SRC)/pcb-printf.c clean: - rm tester tester.o prcli prcli.o tester_spd tester_spd.o 2>/dev/null ; true + -rm tester tester.o prcli prcli.o tester_spd tester_spd.o $(SRC)/pcb-printf_spd.o 2>/dev/null