From 8d5e6f3d4b7897c49bd5a1c6e3643611b79d4f74 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 21 Jun 2020 21:34:39 -0500 Subject: Update Makefile Update the Makefile to include an output to HTML. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b682a63..cbe88cd 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,3 @@ all: pandoc index.md --pdf-engine=pdfroff -o resume.pdf + pandoc index.md -o resume.html -- cgit v1.2.3