From 21b74cee1648bad2b9bbc2995fe79018c49a2457 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Sun, 10 Oct 2021 15:19:12 +0100 Subject: Minor error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 191fdf6..0b53e4c 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3