Skip to content

Commit

Permalink
Delete file vc.tex with make clean
Browse files Browse the repository at this point in the history
vc.tex is always rebuilt upon a call to make
  • Loading branch information
Robin Alexander committed Aug 8, 2023
1 parent 2033c52 commit c2290b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c2290b2

Please sign in to comment.