Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-06-19 06:57:54 +02:00
Makefile improvement
Now you can make bees fly as pointed out in the README... ;-)
Dieser Commit ist enthalten in:
@@ -50,3 +50,6 @@ install: install_bees install_scripts
|
|||||||
|
|
||||||
help: ## Show help
|
help: ## Show help
|
||||||
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/\t/'
|
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/\t/'
|
||||||
|
|
||||||
|
bees: all
|
||||||
|
fly: install
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren