source:
cv/Makefile
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
File size: 120 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | all: rickvanderzwet-cv.pdf |
2 | ||
3 | %.pdf: %.tex | |
4 | pdflatex $< | |
5 | ||
6 | clean: | |
7 | rm -f *.aux *.log *.out | |
8 | ||
9 | dist-clean: clean | |
10 | rm -f *.pdf | |
11 |
Note:
See TracBrowser
for help on using the repository browser.