summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25f3414..55c4e4f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,13 @@
all: main.pdf
+main.pdf: figures/timing-1.pdf figures/timing-2.pdf
+
+figures/%.pdf: figures/%.tex
+ latexmk -pdf -shell-escape $<
+ cp $(notdir $@) $@ || true
+
# silent structure,structures,pages,resolvers,open source,close source,loading,modules
%.pdf: %.tex
context --nonstopmode --silent='*' $<
- mv $(notdir $@) $@
+ cp $(notdir $@) $@ || true