diff options
| -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 |
