.POSIX: FILENAME = cv_gustaf_rydholm clean: rm -f *.aux *.log *.out *.pdf compile: pdflatex cv.tex mv cv.pdf $(FILENAME).pdf .PHONY: clean compile