From bf592223de58e7e22e4df039c66af689705b3a44 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 +- http/bin/pp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 http/bin/pp 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) diff --git a/http/bin/pp b/http/bin/pp deleted file mode 120000 index b40aaf3..0000000 --- a/http/bin/pp +++ /dev/null @@ -1 +0,0 @@ -/home/joeac/src/joeac.net/http/pp/pp \ No newline at end of file