diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-22 13:53:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-22 13:53:46 +0100 |
| commit | bf592223de58e7e22e4df039c66af689705b3a44 (patch) | |
| tree | 15bbec9b14a7b5e07b7164cc7eb2731b6e7659d0 /http | |
| parent | 8b3fb3f4a27e8cc5b525cbdb4751b897097d70dd (diff) | |
forget symlink: cp pp
Diffstat (limited to 'http')
| -rw-r--r-- | http/Makefile | 2 | ||||
| l--------- | http/bin/pp | 1 |
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 |
