diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,6 @@ MODS = $(shell git submodule | awk '{print $$2}') -build: fmt ${MODS} static/resume.png +all: fmt ${MODS} hugo build find public -name '*.html' -exec tidy -mqi {} \; @@ -19,9 +19,6 @@ serve: build clean: rm -rf public -static/resume.png: static/resume.pdf - gs -dNOPAUSE -dBATCH -sDEVICE=png16m -r300 -sOutputFile=$@ $< - ${MODS}: git submodule update --init --recursive |