diff --git a/Makefile b/Makefile index 1702352..f94887e 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ +.PHONY: evince CV.pdf: CV.adoc asciidoctor-pdf CV.adoc +evince: CV.pdf + evince CV.pdf &