source:
cv/Makefile@
65
Last change on this file since 65 was 2, checked in by , 15 years ago | |
---|---|
File size: 120 bytes |
Line | |
---|---|
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.