1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

Makefile: add test to PHONY list

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2017-09-16 16:30:02 -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