From 08ac8ef70096aecf64f785d931689b802ecec518 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Fri, 12 Feb 2021 23:26:14 -0500 Subject: made makefile not repeat img/\*.rot every time --- Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 81b588e..9b6e554 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit