summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-02-03 23:08:56 +0100
committerJonas Smedegaard <dr@jones.dk>2011-02-03 23:08:56 +0100
commit738ecc094abaadf08b81621de529e128bf53b042 (patch)
tree799006354cfd4da49ce3c1135786a5046f4b4215 /Makefile
parent7ae3a05209dfcbfef20886ebd078466bf4e6be8b (diff)
Fix typo in themes init rule.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ad864e..e948657 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ IKIWIKI_OPTIONS ?= \
all: build
init: submodules content
- -$(MAKE) C shared/themes
+ -$(MAKE) -C shared/themes
$(MAKE) config
submodules: