source: cv/Makefile@ 361

Last change on this file since 361 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 120 bytes
Line 
1all: rickvanderzwet-cv.pdf
2
3%.pdf: %.tex
4 pdflatex $<
5
6clean:
7 rm -f *.aux *.log *.out
8
9dist-clean: clean
10 rm -f *.pdf
11
Note: See TracBrowser for help on using the repository browser.