diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,6 +5,8 @@ IKIWIKI_OPTIONS ?= \ cssprojects ?= $(wildcard shared/themes/goab styling) +all: build + -include shared/include.mk -include config/include.mk -include shared/themes/include.mk @@ -12,8 +14,6 @@ cssprojects ?= $(wildcard shared/themes/goab styling) always-make = $(filter -B,$(MAKEFLAGS)) avoid-broken-git = $(shell cd content && git symbolic-ref -q HEAD > /dev/null || echo " --no-rcs") -all: build - init: submodules content $(MAKE) -B config |