diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-10 15:18:34 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-10 15:18:34 +0100 |
| commit | 06e8011e000cddc3ffaf811d789ea5ee0ea7262b (patch) | |
| tree | bfeb4f6fd33502ec6feb5523e0c6db0b53bbea3a | |
| parent | cba64fd45faf3f8d7981a8e28b0f21881d0f7eb5 (diff) | |
New makefile
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..191fdf6 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +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 |
