Skip to content

Commit

Permalink
[script] make: rm -f.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam0205 committed Jan 26, 2019
1 parent 1613a66 commit 95c1c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ xelatex -interaction=batchmode mcmthesis-demo.tex
xelatex -interaction=batchmode mcmthesis-demo.tex

# clean
rm *.log *.out *.aux *.glo *.idx *.fdb_latexmk *.fls *.toc *.xdv *.zip
rm -f *.log *.out *.aux *.glo *.idx *.fdb_latexmk *.fls *.toc *.xdv *.zip

# GitHub
mv LICENSE.tex LICENSE
Expand Down

0 comments on commit 95c1c51

Please sign in to comment.