remove non-existent targets from .PHONY

This commit is contained in:
Michael Hobbs
2017-01-14 14:24:48 -08:00
parent 1a0c308b65
commit c92c0fce37

View File

@@ -1,4 +1,4 @@
.PHONY: build-in-docker build commands subcommands
.PHONY: build-in-docker build clean
build-in-docker: clean
docker run --rm \