aboutsummaryrefslogtreecommitdiff
path: root/tests/1/Makefile
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2021-10-09 19:08:24 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2021-10-09 19:08:24 +0100
commit4d32410ba6d2bdf9b994bd889f698ba6b090c91d (patch)
tree80c3f3e09e2999ad43dcd9b0c74bb9d506b5c989 /tests/1/Makefile
parentcedb3eb5a58241d9d6079f07d5cd40e8ef81007d (diff)
Changed in structure.
Diffstat (limited to 'tests/1/Makefile')
-rwxr-xr-xtests/1/Makefile11
1 files changed, 0 insertions, 11 deletions
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&