summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-06-26 14:17:30 -0230
committerSam Anthony <sam@samanthony.xyz>2026-06-26 14:17:30 -0230
commit99018e37c3e9a2d84af7d0f55715bb44c3904e13 (patch)
tree440222ac09e3e720546a5b4435026fb8feaf526b /Makefile
parentbe60a99b427940d69da9613a63aa9f9e6367b658 (diff)
downloadsamanthony.xyz-99018e37c3e9a2d84af7d0f55715bb44c3904e13.zip
restructure
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