From fd90395f0519e5da40635d9d90c8df0561df7041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 1 Jun 2021 19:57:41 +0300 Subject: [PATCH] improve `make clean` --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7abb764..78c01c4 100644 --- a/Makefile +++ b/Makefile @@ -370,8 +370,9 @@ clean: ## Clean the current working directory .faux_db .faux_db_pre version.inc.tex vars.inc.tex version.aux \ version.fdb_latexmk _minted-mj-msc .tmp \ $(shell git ls-files -o mj-msc*) \ - $(addsuffix .pdf,$(FIGURES)) \ - $(addsuffix .pdf,$(RIVERS)) \ + $(shell git ls-files -o slides-2021-06-02*) \ + $(addsuffix .pdf,$(FIGURES) $(FIGURES_SLIDES)) \ + $(addsuffix .pdf,$(RIVERS) $(RIVERS_SLIDES)) \ $(addsuffix .pdf,$(SLIDES)) .PHONY: clean-tables