diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |