From 25b91fd527217b3d2f740d9c72b13e5eebe53537 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Tue, 15 Oct 2024 10:22:48 +0200 Subject: [PATCH] Update make procedure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc4f523..70d2b6d 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ km3net-dataformat-specifications: km3net-dataformat-specifications.tex #$(SPEC_T # python3 $< > $@ clean: - rm -f *.pdf *.toc *.aux *.fdb_latexmk *.fls *.log + rm -rf build -- GitLab