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/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 tests/1/Makefile (limited to 'tests/1/Makefile') diff --git a/tests/1/Makefile b/tests/1/Makefile deleted file mode 100755 index 024703d..0000000 --- a/tests/1/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -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