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
commit e4fcf70cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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