mirror of
https://github.com/Zygo/bees.git
synced 2025-07-06 10:32:25 +02:00
Makefile improvement
Now you can make bees fly as pointed out in the README... ;-)
This commit is contained in:
3
Makefile
3
Makefile
@ -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
|
||||||
|
Reference in New Issue
Block a user