aboutsummaryrefslogtreecommitdiff
path: root/notes/clph/Makefile
blob: e57802d7f5088da81125410b11473b8a3e043d3d (plain) (blame)
1
2
3
4
5
6
.SUFFIXES: .md .html

all: plato.html aris.html aris2.html plotinus.html aris3.html

.md.html:
	pandoc -f markdown -t html -so $@ $<