Add *.d to clean target

This commit is contained in:
Heinz Mauelshagen 2011-12-15 19:28:51 +01:00
parent a9f708ecf8
commit 30caf729c9

View File

@ -88,7 +88,7 @@ thin_repair: $(THIN_REPAIR_OBJECTS) thin_repair.o
.PHONEY: clean .PHONEY: clean
clean: clean:
rm -f *.o unit-tests/*.o $(TEST_PROGRAMS) $(PROGRAMS) rm -f *.o unit-tests/*.o *.d unit-tests/*.d $(TEST_PROGRAMS) $(PROGRAMS)
.PHONEY: install .PHONEY: install
install: $(PROGRAMS) install: $(PROGRAMS)