From c76921e636493d2af705117fd58c642e90584d77 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Tue, 12 Nov 2019 23:50:14 -0700 Subject: [PATCH] mark "check" target as phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74425b9..5b17a04 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,5 @@ run: test: $(PROVE) -l$(if $(findstring 1,$(V)),v) t -.PHONY: all bootstrap clean cover debug dist distclean run test +.PHONY: all bootstrap check clean cover debug dist distclean run test -- 2.43.0