diff options
author | pommicket <pommicket@gmail.com> | 2023-01-22 17:32:42 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-22 17:32:42 -0500 |
commit | cc0db87bdaef76fd11646dd121e47c54ab72a5d0 (patch) | |
tree | dbf6e4b54a2ff86dfe82b8ae2ffe871bf26ee589 /analysis/Makefile | |
parent | 9fff457d00a507cc6eb69f9be073463557936ec1 (diff) |
start analysis
Diffstat (limited to 'analysis/Makefile')
-rw-r--r-- | analysis/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 $< |