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