diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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=$@ $< |