diff options
| author | Julian Blake Kongslie | 2013-05-06 15:53:54 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2013-05-06 15:53:54 -0700 |
| commit | c8d966be2b53372339b27daff9dceae890f3f0f8 (patch) | |
| tree | 303ddcffcf499d4519ad6c61d5c3f78db6f38c35 /Makefile | |
| download | cv-c8d966be2b53372339b27daff9dceae890f3f0f8.tar.xz | |
Initial revision.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..de46092 --- /dev/null +++ b/Makefile | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | default: cv.pdf | ||
| 2 | |||
| 3 | %.aux %.log %.out %.pdf: %.latex | ||
| 4 | pdflatex $< | ||
| 5 | |||
| 6 | clean: | ||
| 7 | rm -f *.aux *.log *.out *.pdf | ||
| 8 | |||
| 9 | .PHONY: clean default | ||
