From 0c881c39182ec6250b5ca8463883aa69f016c7d3 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 13:53:02 +0100 Subject: [PATCH] forget symlink: cp pp --- http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/Makefile b/http/Makefile index 7839537..952d146 100644 --- a/http/Makefile +++ b/http/Makefile @@ -75,7 +75,7 @@ endef all: bin/pp prune $(blogs) public out bin/pp: - cd pp && $(MAKE) + cd pp && $(MAKE) && cp pp ../bin/pp .PHONY: out out: $(out_deps)