From cedb3eb5a58241d9d6079f07d5cd40e8ef81007d Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Sat, 9 Oct 2021 19:07:24 +0100 Subject: Initial commit. Started notes and data rep test. --- tests/1/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tests/1/Makefile (limited to 'tests/1/Makefile') diff --git a/tests/1/Makefile b/tests/1/Makefile new file mode 100755 index 0000000..024703d --- /dev/null +++ b/tests/1/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