summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-22 13:53:02 +0100
committerJoe Carstairs <me@joeac.net>2026-06-22 13:53:46 +0100
commitbf592223de58e7e22e4df039c66af689705b3a44 (patch)
tree15bbec9b14a7b5e07b7164cc7eb2731b6e7659d0 /http
parent8b3fb3f4a27e8cc5b525cbdb4751b897097d70dd (diff)
forget symlink: cp pp
Diffstat (limited to 'http')
-rw-r--r--http/Makefile2
l---------http/bin/pp1
2 files changed, 1 insertions, 2 deletions
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