add delete on error to Makefile

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-09-05 15:10:00 +01:00
parent 28d6e1717f
commit e71638ce1f

View File

@ -24,3 +24,5 @@ tag: hash
clean:
rm -f hash
.DELETE_ON_ERROR: