From 6ba5c7c8c0fcd2526be4e1dabe0155423cc03e53 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 5 Sep 2016 15:10:00 +0100 Subject: [PATCH] add delete on error to Makefile Signed-off-by: Justin Cormack --- alpine/base/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alpine/base/Makefile b/alpine/base/Makefile index 2933bb17a..ce0b2a9ee 100644 --- a/alpine/base/Makefile +++ b/alpine/base/Makefile @@ -24,3 +24,5 @@ tag: hash clean: rm -f hash + +.DELETE_ON_ERROR: