summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-03-01 16:13:17 -0300
committerEuAndreh <eu@euandre.org>2024-03-01 16:13:17 -0300
commit2e1637da2de39c6a20aca9d6b63dc6712d06fa24 (patch)
treeb2561138cdb972eedd98cfb442f2f457163954f2
parentSetup user-level lighttpd reverse proxy for development and testing (diff)
downloadpapod-2e1637da2de39c6a20aca9d6b63dc6712d06fa24.tar.gz
papod-2e1637da2de39c6a20aca9d6b63dc6712d06fa24.tar.xz
Makefile: Let the application recreate its pipes and sockets
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fce3ce3..03fbb0d 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ side-assets = \
lighttpd.sock \
ircd.sock \
web.sock \
+ web.pipe \
@@ -140,7 +141,6 @@ run-ircd: all
./src/bin.mjs ircd ircd.sock
run-web: all
- rm -f web.sock
./src/bin.mjs web web.sock
run-proxy: all