From 14270fd86f2aac29f285f12e1e13973e1215ab35 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Sat, 1 Feb 2020 18:13:59 -0300 Subject: [PATCH] build: add missing phony on makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76af18d..67d80a5 100644 --- a/Makefile +++ b/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