From 9eb483a052c9b53177078ebfa8a8634e914d9509 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 15 Nov 2019 01:38:25 -0400 Subject: [PATCH] Add Makefile phony targets Signed-off-by: Roberto Rosario --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e56b2f80b..444288fc5f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!make include config.env -.PHONY: clean-pyc clean-build +.PHONY: clean clean-pyc clean-build test help: @echo "Usage: make \n"