diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-10 15:19:12 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-10 15:19:12 +0100 |
| commit | 21b74cee1648bad2b9bbc2995fe79018c49a2457 (patch) | |
| tree | 0f5a3bdcb4ce129df7d3d87f5d1d20bd82e06bd9 | |
| parent | 06e8011e000cddc3ffaf811d789ea5ee0ea7262b (diff) | |
Minor error
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ install: cd notes && make && make && make cd notes && cp target/paper.pdf /var/www/git/gcse/computer-science-aqa/notes.pdf cd tests/1-data-rep && make && make && make - cd tests/1-data-rep && && cp target/paper.pdf /var/www/git/gcse/computer-science-aqa/1-data-rep-test.pdf + cd tests/1-data-rep && cp target/paper.pdf /var/www/git/gcse/computer-science-aqa/1-data-rep-test.pdf |
