aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..8bf9b28
--- /dev/null
+++ b/makefile
@@ -0,0 +1,6 @@
1all: clean
2
3clean:
4 find -iname "*~" | xargs rm -rf
5 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md
6 pandoc -s README.tex -o README.html