mirror of
https://github.com/Zygo/bees.git
synced 2025-05-18 05:45:45 +02:00
Makefile improvement
Now you can make bees fly as pointed out in the README... ;-)
This commit is contained in:
parent
ff9e0e3571
commit
333b2f7746
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user