From 358fc4d329fdb0684fc710ee2139aebbfeaa7a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 22:57:48 +0300 Subject: [PATCH] clean figures too --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d951e6d..4b0b2ab 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,8 @@ slides: $(SLIDES) # The report, quick version ########################### -mj-msc.pdf: mj-msc.tex version.inc.tex vars.inc.tex bib.bib $(addsuffix .pdf,$(FIGURES)) +mj-msc.pdf: mj-msc.tex version.inc.tex vars.inc.tex bib.bib \ + $(addsuffix .pdf,$(FIGURES)) $(addsuffix .pdf,$(RIVERS)) latexmk -shell-escape -g -pdf $< ############################ @@ -200,6 +201,7 @@ clean: ## Clean the current working directory _minted-mj-msc \ $(shell git ls-files -o mj-msc*) \ $(addsuffix .pdf,$(FIGURES)) \ + $(addsuffix .pdf,$(RIVERS)) \ $(SLIDES) .PHONY: clean-tables