summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c242c60..0ad864e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,12 @@ IKIWIKI_OPTIONS ?= \
-include shared/include.mk
-include config/include.mk
+-include shared/themes/Makefile
+
all: build
init: submodules content
+ -$(MAKE) C shared/themes
$(MAKE) config
submodules: