author | Alan Dipert
<alan@dipert.org> 2025-10-08 05:13:17 UTC |
committer | Alan Dipert
<alan@dipert.org> 2025-10-08 05:13:17 UTC |
parent | 5f043a982e00012d8499feed1fc1e4ac32caaf35 |
Makefile | +1 | -1 |
diff --git a/Makefile b/Makefile index e3aebba..9e5a536 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DEPLOY_HOST ?= arsien23i2@dreamhost:tailrecursion.com/~alan MD_FILES := $(shell find $(SRC) -type f -name '*.md' | LC_ALL=C sort) HTML := $(patsubst $(SRC)/%.md,$(OUT)/%.html,$(MD_FILES)) -all: $(OUT)/style.css $(HTML) $(INDEX_HTML) +all: assets $(OUT)/style.css $(HTML) $(INDEX_HTML) $(OUT)/style.css: $(CSS) @mkdir -p $(OUT)