summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 927b642..c4a3766 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -8,6 +8,6 @@ all: $(HTML)
sh build-page $< > out/$@
clean:
- rm -rf out
+ rm -rf out/
.PHONY: all clean