aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 8bf9b282d7f116edb897a662e24962f462b67701 (plain)
1
2
3
4
5
6
all: clean

clean:
	find -iname "*~" | xargs rm -rf
	pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md
	pandoc -s README.tex -o README.html