Makefile changes

This commit is contained in:
greg 2017-09-01 01:12:29 -07:00
parent 0d66a45490
commit cc1c599b84

View File

@ -1,4 +1,20 @@
.PHONY: clean
clean:
rm -f *.aux
rm -f *.log
rm -f *.out
.PHONY: clean_pdf
clean_pdf:
rm *.pdf
build_resume:
pdflatex resume.tex
.PHONY: clear_texlive_cache
clear_texlive_cache:
rm -rf /home/greg/.texlive