diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-11-13 11:27:51 +0000 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-11-13 11:27:51 +0000 |
| commit | 3d6ea49818f9ab00bda199e89358861f5007cbbc (patch) | |
| tree | b3ca0c5414bcd4603c4f433dc64a39218cbd8bd5 /tests/1-data-rep/Makefile | |
| parent | df50ffee0ed7d462d1593da002a78cc9094e3066 (diff) | |
Working on questions
Diffstat (limited to 'tests/1-data-rep/Makefile')
| -rwxr-xr-x | tests/1-data-rep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/1-data-rep/Makefile b/tests/1-data-rep/Makefile index 024703d..0c0f400 100755 --- a/tests/1-data-rep/Makefile +++ b/tests/1-data-rep/Makefile @@ -3,8 +3,8 @@ default: build build: ls target || mkdir target cp *tex target - #cp -r images target cd target && xelatex paper.tex + cd target && xelatex answers.tex clean: rm -rf target read: |
