0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-21 12:00:40 +00:00

build: add missing phony on makefile

This commit is contained in:
Beatriz Vieira 2020-02-01 18:13:59 -03:00
parent 974c9275da
commit 14270fd86f

View File

@ -1,4 +1,4 @@
.PHONY: usage build run test
.PHONY: usage build test run tidy release release-all
OK_COLOR=\033[32;01m
NO_COLOR=\033[0m