summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23b8f42..b819dcc 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ init:
$(if $(dummy_MODULES),mkdir -p $(dummy_MODULES))
touch init
-install::
+install:: init
ifeq ($(strip $(CONFIGS)),)
$(error Please configure ikiwiki.setup and then uncomment it at the top of the Makefile!)
endif