From cc0db87bdaef76fd11646dd121e47c54ab72a5d0 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 22 Jan 2023 17:32:42 -0500 Subject: start analysis --- analysis/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 analysis/Makefile (limited to 'analysis/Makefile') diff --git a/analysis/Makefile b/analysis/Makefile new file mode 100644 index 0000000..d6657d9 --- /dev/null +++ b/analysis/Makefile @@ -0,0 +1,3 @@ +all: analysis.pdf +%.pdf: %.tex + pdflatex -file-line-error -halt-on-error $< -- cgit v1.2.3