summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e948657..12cf6b5 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ content: submodules
mkdir -p '$@'
[ -e '$@/index.mdwn' ] || printf '# Hello world!\n\nHello world!\n' > '$@/index.mdwn'
-build:
+build: $(cssfiles)
find config -name '*.setup' -exec ikiwiki --setup '{}' --rebuild ';'
.PHONY: all build submodules content