diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-04-20 18:59:06 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-04-20 18:59:06 +0200 |
commit | ff24c326fed9d867f8c9026f88121d8dd7af73cf (patch) | |
tree | e1734f9d0b93cbc5c58d93f681131319d848b459 /Makefile | |
parent | e86e1d783a6f89d9c1343b1269cfcf451bc60c86 (diff) |
Fix declare default 'all' target before including make snippets.
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 |