Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-06-19 06:57:54 +02:00
Makefile: add test to PHONY list
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
+1
-1
@@ -5,7 +5,7 @@ default all: lib src test README.html
|
|||||||
clean: ## Cleanup
|
clean: ## Cleanup
|
||||||
git clean -dfx
|
git clean -dfx
|
||||||
|
|
||||||
.PHONY: lib src
|
.PHONY: lib src test
|
||||||
|
|
||||||
lib: ## Build libs
|
lib: ## Build libs
|
||||||
$(MAKE) -C lib
|
$(MAKE) -C lib
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren