Add .DELETE_ON_ERROR to the Makefile

This commit is contained in:
Marco d'Itri 2014-02-06 01:31:09 +01:00
parent 366ca9bcbe
commit bc35c3c585

View File

@ -123,3 +123,5 @@ Makefile.depend:
$(CC) $(CPPFLAGS) $(CFLAGS) -MM -MG *.c > $@
-include Makefile.depend
.DELETE_ON_ERROR: