Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Oct 12, 2024
1 parent a0a15f2 commit 12520b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/article/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ all: pdf bib
.PHONY: clean
clean:
$(LC) -c
rm -f *.log *.aux *.bbl *.blg *.fdb_latexmk *.fls *.out *.synctex.gz *.toc *.bcf \
rm -f *.dvi *.log *.aux *.bbl *.blg *.fdb_latexmk *.fls *.out *.synctex.gz *.toc *.bcf \
*.synctex.gz\(busy\) *.synctex\(busy\) *.synctex.gz\(busy\)* *.synctex\(busy\)*

0 comments on commit 12520b4

Please sign in to comment.