summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-04-20 18:59:06 +0200
committerJonas Smedegaard <dr@jones.dk>2011-04-20 18:59:06 +0200
commitff24c326fed9d867f8c9026f88121d8dd7af73cf (patch)
treee1734f9d0b93cbc5c58d93f681131319d848b459 /Makefile
parente86e1d783a6f89d9c1343b1269cfcf451bc60c86 (diff)
Fix declare default 'all' target before including make snippets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index abbbf62..87d5874 100644
--- a/Makefile
+++ b/Makefile
@@ -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