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

Add scripts to "make all" target

This prevents scripts being generated by "root" during "sudo make
install" phase.

Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
Kai Krakow 2017-11-24 14:43:57 +01:00
parent 6c67ae0d5e
commit abeb6e74b2

View File

@ -7,7 +7,7 @@ MARKDOWN ?= markdown
# allow local configuration to override above variables
-include localconf
default all: lib src test README.html
default all: lib src scripts test README.html
clean: ## Cleanup
git clean -dfx -e localconf