Merge pull request #2775 from arm64b/master-Makefile-fixing

Makefile: Fix binaries generation issue when 'docker run' failed
This commit is contained in:
Rolf Neugebauer
2017-11-29 12:00:36 +00:00
committed by GitHub

View File

@@ -1,3 +1,5 @@
.DELETE_ON_ERROR:
.PHONY: default all
default: bin/linuxkit bin/rtf
all: default