Makefile: add test to PHONY list

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2017-09-16 17:27:36 -04:00
Ursprung 18ae15658e
Commit ceda8ee6c3
+1 -1
Datei anzeigen
@@ -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