diff options
author | Holden Rohrer <hr@hrhr.dev> | 2021-02-12 23:26:14 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2021-02-12 23:26:17 -0500 |
commit | 08ac8ef70096aecf64f785d931689b802ecec518 (patch) | |
tree | 0f2b46adb9b49c440231ed9e6ce93221cf9ad2bc /Makefile | |
parent | a066288b807599b77adec912c300816757b369e8 (diff) |
made makefile not repeat img/\*.rot every time
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -35,10 +35,8 @@ src/bullets.i report2.pdf: src/abstr2.i src/intro2.i src/research2.i src/rationale.i \ src/mats2.i src/methods2.i src/analysis2.i src/conc2.i report2/graphs.i\ -report2/tables.i report2/pics.i imgs graph/lineplot.png \ -graph/boxplot.png src/biblio.i img/obstacle-large.rot.jpg \ -img/2019-10-18-1.jpg img/Overhead-with-obstacle.rot.jpg \ -img/corner-settle.rot.jpg img/fake-pits.rot.jpg img/code.png +report2/tables.i report2/pics.i graph/lineplot.png \ +graph/boxplot.png src/biblio.i img/2019-10-18-1.jpg img/rot img/code.png poster2.pdf: src/hypo2.i src/abstr2.i poster2/img1.i poster2/img2.i \ poster2/img3.i poster2/img4.i poster2/img5.i poster2/results.i src/research2.i \ @@ -60,11 +58,12 @@ report2.pdf: fmt/doc.h quad.pdf: src/rationale.i src/hypo2.i -$(PDF): $(TABLE) fmt/com.h fmt/font.h imgs graph/made tables.i +$(PDF): $(TABLE) fmt/com.h fmt/font.h imgs/made graph/made tables.i -imgs: py/data.py py/data2.py py/img.py +imgs/made: py/data.py py/data2.py py/img.py mkdir -p imgs cd imgs && $(PY) ../py/img.py + touch imgs/made gen/dir: mkdir -p gen |