From b57857469b3c44b098103cd8ccc42ec18387ac78 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 22 Jun 2022 15:33:40 +0200 Subject: Before `install` execute `all` target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c72970b..aaff542 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CONFIGS != find . -name "*.rhtml.config" | grep -v master | sed 's|\./||g' all: ${OBJECTS} ip.php -install: +install: all mkdir -p ${DEST} find . -name "*.html" -exec tar -rvf out.tar {} \; cp ip.php ${DEST}/ -- cgit v1.2.3