diff options
author | David Thompson <dthompson2@worcester.edu> | 2013-10-15 23:06:55 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2013-10-15 23:06:55 -0400 |
commit | f5c00baf367599a7ede14158a4a5b2cb6092f8d9 (patch) | |
tree | b22d87e6b2319ff7a80c771f2a74c6502594cb54 /Makefile |
First commit!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ceed9cd --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +pdf: + pdflatex resume.tex |