Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
QiangZiBro committed Oct 13, 2021
1 parent 8e5245b commit ee9d9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ build:
xelatex -synctex=1 -interaction=nonstopmode -file-line-error $(TEAM_ID).tex
xelatex -synctex=1 -interaction=nonstopmode -file-line-error $(TEAM_ID).tex
clean:
rm *.log *.aux *.bbl *.blg *.synctex.gz *.out *.toc *.lof *.idx *.ilg *.ind
rm -f *.log *.aux *.bbl *.blg *.synctex.gz *.out *.toc *.lof *.idx *.ilg *.ind
submit:
md5sum $(TEAM_ID).tex
md5sum $(TEAM_ID).tex

0 comments on commit ee9d9ea

Please sign in to comment.