From 9f8bdcfd8c581a6d1dfcbf8f220d5320877cbf6b Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Sat, 16 Sep 2017 16:30:02 -0400 Subject: [PATCH] Makefile: add test to PHONY list Signed-off-by: Zygo Blaxell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cc6576..5c9d511 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ default all: lib src test README.html clean: ## Cleanup git clean -dfx -.PHONY: lib src +.PHONY: lib src test lib: ## Build libs $(MAKE) -C lib