diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2024-01-01 18:15:59 +0000 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2024-01-01 18:15:59 +0000 |
| commit | 9923e6e6fcc27a1a0f233b13e4c83d5d0c10b4d0 (patch) | |
| tree | 41497729120924dd485e7b4bb075da5b38b7b795 | |
| parent | e927a29604558f7ae557e20e3a323299d63dc7c5 (diff) | |
Small change
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ install: - # cd notes && make && make && make - # cd notes && cp target/paper.pdf /var/www/git-bin/gcse/computer-science-aqa/notes.pdf + cd notes && make && make && make + cd notes && cp target/paper.pdf /var/www/git-bin/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 |
