From c2290b277ba58969096d4af04b79974043dde629 Mon Sep 17 00:00:00 2001 From: Robin Alexander Date: Tue, 8 Aug 2023 10:46:52 +0200 Subject: Delete file vc.tex with make clean vc.tex is always rebuilt upon a call to make --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ba128f..bcf134a 100644 --- a/Makefile +++ b/Makefile @@ -33,5 +33,4 @@ vc.tex: .git/logs/HEAD \\gdef\\GITAuthorName{%an}" >> vc.tex clean: - rm -f *.aux $(latexfile).{pdf,out,toc,log,bbl,blg} - + rm -f *.aux $(latexfile).{pdf,out,toc,log,bbl,blg} vc.tex -- cgit v1.2.3