From b4f9be57d3afbe19970bb268ecb6723cd80e703e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 9 Jun 2026 16:11:06 +0100 Subject: http: builds blogs from gemlogs --- http/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'http/Makefile') diff --git a/http/Makefile b/http/Makefile index 9e468f7..eb8e440 100644 --- a/http/Makefile +++ b/http/Makefile @@ -1,8 +1,18 @@ all: clean out -out: $(shell find src -type f) $(shell find share -type f) $(shell find bin) +out: microlog blog $(shell find src -type f) $(shell find share -type f) $(shell find bin) ./bin/mkws https://joeac.net +microlog: src/microlog + +src/microlog: $(shell find -L blogs/microlog -type f) bin/blog + ./bin/blog -i microlog -l microlog -t + +blog: src/blog + +src/blog: $(shell find -L blogs/blog -type f) bin/blog + ./bin/blog -i blog -l blog + .PHONY: clean clean: - rm -rf out + rm -rf out src/microlog src/blog -- cgit v1.2.3