mirror of
https://github.com/Zygo/bees.git
synced 2025-07-06 18:32:26 +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:
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ MARKDOWN ?= markdown
|
|||||||
# allow local configuration to override above variables
|
# allow local configuration to override above variables
|
||||||
-include localconf
|
-include localconf
|
||||||
|
|
||||||
default all: lib src test README.html
|
default all: lib src scripts test README.html
|
||||||
|
|
||||||
clean: ## Cleanup
|
clean: ## Cleanup
|
||||||
git clean -dfx -e localconf
|
git clean -dfx -e localconf
|
||||||
|
Reference in New Issue
Block a user