From bc35c3c5851d31a37a40ce536a47c0a19ca0d962 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Thu, 6 Feb 2014 01:31:09 +0100 Subject: [PATCH] Add .DELETE_ON_ERROR to the Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1f84e2f..30142b9 100644 --- a/Makefile +++ b/Makefile @@ -123,3 +123,5 @@ Makefile.depend: $(CC) $(CPPFLAGS) $(CFLAGS) -MM -MG *.c > $@ -include Makefile.depend + +.DELETE_ON_ERROR: