aboutsummaryrefslogtreecommitdiff
path: root/notes/Makefile
blob: 8f18257ac3fb59e73dd9e56df7d3802d9c9b1487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
default: build

build:
	ls target || mkdir target
	cp *tex target
	cp -r images target
	cd target && xelatex paper.tex

clean:
	rm -rf target
read:
	zathura target/paper.pdf&