diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ IKIWIKI_OPTIONS ?= \ all: build -init: submodules config content +init: submodules content + $(MAKE) config submodules: git submodule init |
index : bm | ||
Unnamed repository; edit this file 'description' to name the repository. | Jonas Smedegaard |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 3 |
@@ -8,7 +8,8 @@ IKIWIKI_OPTIONS ?= \ all: build -init: submodules config content +init: submodules content + $(MAKE) config submodules: git submodule init |