summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2020-06-21 21:34:39 -0500
committerDanny Holman <dholman@gymli.xyz>2020-06-21 21:34:39 -0500
commit8d5e6f3d4b7897c49bd5a1c6e3643611b79d4f74 (patch)
treedbe0ebba3e3621a8cf904f07218f76685c51e200
parentd48411daec0c756c168cc59a4002cf0e24866569 (diff)
Update Makefile
Update the Makefile to include an output to HTML.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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