summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b4f36a2..07465dc 100644
--- a/Makefile
+++ b/Makefile
@@ -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