blob: 71e3ccdab4307694ea218c94f7e495461123f3ff (
plain) (
blame)
1
2
3
4
5
|
make: Makefile iithesis.cls iithesis.tex abstracts.tex bibitems.tex Chapters/*.tex Appendices/*.tex
pdflatex iithesis.tex
clean: Makefile
rm -rf *.aux */*.aux *.log *.out *.toc
|