From e843692173603d73fed58e5c9bb7141a25b86c99 Mon Sep 17 00:00:00 2001 From: Peter Aba Date: Sat, 6 Mar 2021 17:19:19 +0100 Subject: [PATCH] Fix .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afd228e..0bfd3b2 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,4 @@ pull: git pull git submodule update --recursive --remote -.PHONY: install update build precommit unit integration coverage +.PHONY: build precommit install update unit coverage pull