From c92c0fce376e071a8f30c12f1851e3903a9dee5f Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Sat, 14 Jan 2017 14:24:48 -0800 Subject: [PATCH] remove non-existent targets from .PHONY --- plugins/repo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repo/Makefile b/plugins/repo/Makefile index bcd917348..fbc4069fb 100644 --- a/plugins/repo/Makefile +++ b/plugins/repo/Makefile @@ -1,4 +1,4 @@ -.PHONY: build-in-docker build commands subcommands +.PHONY: build-in-docker build clean build-in-docker: clean docker run --rm \