From c7e65522859c7343478766d56395a61fe548de36 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 21 Mar 2022 20:50:12 +0300 Subject: chore: add Makefile and report blueprint --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a9b8612 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +all: out/report.pdf + +out/%.pdf: src/report/%.tex + mkdir -p out + pdflatex --output-directory=out $< + +open: out/report.pdf + zathura $< & -- cgit v1.2.3