From fbaa45a9891913e0a896466c051c8bc46adc7292 Mon Sep 17 00:00:00 2001 From: Dave Laurenson Date: Tue, 7 May 2024 14:02:21 +0100 Subject: [PATCH] Update Makefile Address non-running of plot_gen.py to generate images --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 041a789..bc9c8ba 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ all: - #./plot_gen.py + ./plot_gen.py pdflatex --shell-escape matrix_forensics.tex bibtex matrix_forensics.aux makeindex matrix_forensics.idx @@ -8,4 +8,4 @@ all: cp matrix_forensics.pdf ../ clean: - rm -f *.bbl *.aux *.run.xml *.bcf *.blg *.out *.fff *.log *.lot *.ttt *.toc *.pyg *.idx *.ind *.ilg *.lof *.spl *-blx.bib *.dvi *.fls *.fdb_latexmk *.listing *.aux.blg \ No newline at end of file + rm -f *.bbl *.aux *.run.xml *.bcf *.blg *.out *.fff *.log *.lot *.ttt *.toc *.pyg *.idx *.ind *.ilg *.lof *.spl *-blx.bib *.dvi *.fls *.fdb_latexmk *.listing *.aux.blg