1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

Makefile improvement

Now you can make bees fly as pointed out in the README... ;-)
This commit is contained in:
Kai Krakow 2018-01-10 20:08:23 +01:00
parent ff9e0e3571
commit 333b2f7746

View File

@ -50,3 +50,6 @@ install: install_bees install_scripts
help: ## Show help
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/\t/'
bees: all
fly: install