From abeb6e74b2354763b47c29ba04bb9447e6ed2ff5 Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Fri, 24 Nov 2017 14:43:57 +0100 Subject: [PATCH] Add scripts to "make all" target This prevents scripts being generated by "root" during "sudo make install" phase. Signed-off-by: Kai Krakow --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0ff5a3..bce6d99 100644 --- a/Makefile +++ b/Makefile @@ -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