summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-05 17:08:12 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-05 17:08:12 +0100
commitc9648f2dc56a0c970a90e1539925ae78b0610fbc (patch)
tree41a7934ad8d327684e33038b0e7f63d7bfe407dc /Makefile
parentb90e207d5a9d1871d5ecde168d39ce91c7691fe1 (diff)
downloadlsr22_fvhls-c9648f2dc56a0c970a90e1539925ae78b0610fbc.tar.gz
lsr22_fvhls-c9648f2dc56a0c970a90e1539925ae78b0610fbc.zip
First realistic draft
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98d14cc..282a3bb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,14 @@ MODE ?= main
all: main.pdf
-main.pdf: figures/timing-1.pdf figures/timing-2.pdf
+main.pdf: figures/timing-1.pdf figures/timing-2.pdf figures/timing-3.pdf
figures/%.pdf: figures/%.tex
latexmk -pdf -shell-escape $<
cp $(notdir $@) $@ || true
+chapters/scheduling.pdf: figures/timing-3.pdf
+
# silent structure,structures,pages,resolvers,open source,close source,loading,modules
%.pdf: %.tex
context --mode=$(MODE) --nonstopmode --silent='*' $<