From 4d32410ba6d2bdf9b994bd889f698ba6b090c91d Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Sat, 9 Oct 2021 19:08:24 +0100 Subject: Changed in structure. --- tests/1-data-rep/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tests/1-data-rep/Makefile (limited to 'tests/1-data-rep/Makefile') 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& -- cgit v1.2.3