summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cca7337..b51d97f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,10 @@ OUT_PDF := $(RESUME_FILE_BASE).pdf
.PHONY: all clean
-all: $(OUT_PDF)
+all: pdf
+.PHONY: pdf
+pdf: $(OUT_PDF)
$(OUT_PDF): $(SRC)
$(LATEXMK) $(SRC)