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 ea48e5e..25be7fc 100644
--- a/makefile
+++ b/makefile
@@ -18,4 +18,4 @@ clean:
18 rm -rf * 18 rm -rf *
19 cp -p -r .backup/* . 19 cp -p -r .backup/* .
20 rm -rf .backup 20 rm -rf .backup
21 pandoc --no-tex-ligatures -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md 21 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md