From 99018e37c3e9a2d84af7d0f55715bb44c3904e13 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 26 Jun 2026 14:17:30 -0230 Subject: restructure --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3