aboutsummaryrefslogtreecommitdiff
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 b1454d5..6ed5806 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ clean:
67 rm -rf * 67 rm -rf *
68 cp -p -r .backup/* . 68 cp -p -r .backup/* .
69 rm -rf .backup 69 rm -rf .backup
70 pandoc -s README.md -o about.html 70 pandoc README.md -o about.html
71 71
72distclean: clean uninst 72distclean: clean uninst
73 73