aboutsummaryrefslogtreecommitdiff
path: root/tests/1-data-rep/Makefile
blob: 024703d93e1cb652181f53629c2caea23fdb740f (plain)
1
2
3
4
5
6
7
8
9
10
11
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&