summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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