build: add missing phony on makefile
This commit is contained in:
parent
974c9275da
commit
14270fd86f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue