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 2157cfb..e5feedb 100644
--- a/makefile
+++ b/makefile
@@ -16,7 +16,7 @@ clean:
16 rm -rf * 16 rm -rf *
17 cp -p -r .backup/* . 17 cp -p -r .backup/* .
18 rm -rf .backup 18 rm -rf .backup
19 pandoc -s README.md -o about.html 19 pandoc --toc -s README.md -o about.html
20 20
21prepare: 21prepare:
22 rm -rf $(pkgname)-$(pkgver) 22 rm -rf $(pkgname)-$(pkgver)