Makefile improvement

Now you can make bees fly as pointed out in the README... ;-)
Dieser Commit ist enthalten in:
Kai Krakow
2018-01-10 20:09:38 +01:00
Ursprung ff9e0e3571
Commit 333b2f7746
+3
Datei anzeigen
@@ -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