diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
72 | distclean: clean uninst | 72 | distclean: clean uninst |
73 | 73 | ||