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 12cf6b5..5cceff2 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,6 @@ content: submodules
[ -e '$@/index.mdwn' ] || printf '# Hello world!\n\nHello world!\n' > '$@/index.mdwn'
build: $(cssfiles)
- find config -name '*.setup' -exec ikiwiki --setup '{}' --rebuild ';'
+ find config -name *.setup -exec ikiwiki --setup '{}' --rebuild ';'
.PHONY: all build submodules content