From 7e6e73b123d741eb419e3391fb27c2cc00271bac Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 3 Sep 2024 22:03:47 +0200 Subject: add more cruft --- makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index e69de29..0802e01 100644 --- a/makefile +++ b/makefile @@ -0,0 +1,11 @@ +all: plan.pdf + +LATEXMKFLAGS += -cd +LATEXMKFLAGS += -interaction=nonstopmode +%.pdf: %.tex + -latexmk $(LATEXMKFLAGS) $< + +%.puml.pdf: %.puml + plantuml -tpdf $< + mv $*.pdf $@ + -- cgit v1.2.3