1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

Makefile: add test to PHONY list

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2017-09-16 16:30:02 -04:00
parent 18ae15658e
commit ceda8ee6c3

View File

@ -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