From bdff9a1947e80ebddd0e4949e4c7f4381b11cf78 Mon Sep 17 00:00:00 2001 From: dricottone Date: Wed, 16 Jan 2019 20:04:12 -0500 Subject: [PATCH] Updating the Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7412464..6b3af00 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ -resume: document.pdf +pdf: delete pdflatex document.tex +pdf-open: pdf + mupdf document.pdf + clean: rm -f document.aux document.log -- 2.45.2