Fix cleaning of minted generated files

parent e1524791
Pipeline #149 failed with stages
......@@ -16,6 +16,7 @@ default: $(FILE).pdf
clean:
$(RM) *.{dvi,aux,log,toc,lof,lol,lot,dlog,bbl,blg,idx,out,tpt,svn}
$(RM) *.{nav,snm,vrb,fls,fdb_latexmk} *~ *.bak
$(RM) -r _minted-thesis/
distclean: clean
$(RM) $(FILE).{dvi,ps,pdf}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment