diff options
Diffstat (limited to 'tests/1-data-rep/Makefile')
| -rwxr-xr-x | tests/1-data-rep/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/1-data-rep/Makefile b/tests/1-data-rep/Makefile new file mode 100755 index 0000000..024703d --- /dev/null +++ b/tests/1-data-rep/Makefile @@ -0,0 +1,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& |
