From fcd74b60581d6617d6fa2c042e60ac9b075c481f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 5 Feb 2026 17:37:00 -0500 Subject: update resume --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 992181e..8faa061 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -build: +build: static/resume.png hugo build publish: build @@ -9,3 +9,6 @@ serve: clean: rm -rf public + +static/resume.png: static/resume.pdf + gs -dNOPAUSE -dBATCH -sDEVICE=png16m -r300 -sOutputFile=$@ $< -- cgit v1.2.3