Do not make all targets phony

This commit is contained in:
Conrad Hoffmann 2019-10-18 15:05:41 +02:00
parent 376cbdb0f1
commit c2e5bad2d2

View File

@ -1,5 +1,5 @@
# Override the default common all.
.PHONY: all precheck style unused build test
.PHONY: all
all: precheck style unused build test
DOCKER_ARCHS ?= amd64