summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-03-06 11:57:09 -0300
committerEuAndreh <eu@euandre.org>2024-03-06 11:57:09 -0300
commit331738a0f69e00d12d44f27a717b3b73733b485a (patch)
treee8bc0208326f8ad469bd8cb3ef4fcd395a326d37 /Makefile
parenttests/runner.mjs: Add missing await in t.test("", () => {}) (diff)
downloadpapod-331738a0f69e00d12d44f27a717b3b73733b485a.tar.gz
papod-331738a0f69e00d12d44f27a717b3b73733b485a.tar.xz
src/hero.mjs: Add rmIf() and mkfifo()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 03fbb0d..31d310e 100644
--- a/Makefile
+++ b/Makefile
@@ -55,12 +55,12 @@ derived-assets = \
$(manpages) \
side-assets = \
- tests/hero-0.sock \
- tests/hero-1.sock \
- lighttpd.sock \
- ircd.sock \
- web.sock \
+ tests/hero-*.pipe \
+ tests/hero-*.socket \
web.pipe \
+ lighttpd.socket \
+ ircd.socket \
+ web.socket \
@@ -71,11 +71,6 @@ all: $(derived-assets)
$(manpages): Makefile deps.mk
-rm-sock-files:
- rm -f tests/hero-0.sock tests/hero-1.sock
-
-tests/js/hero.mjs-check: rm-sock-files
-
.SUFFIXES: .mjs .mjs-check
@@ -138,10 +133,10 @@ uninstall:
run-ircd: all
- ./src/bin.mjs ircd ircd.sock
+ ./src/bin.mjs ircd ircd.socket
run-web: all
- ./src/bin.mjs web web.sock
+ ./src/bin.mjs web web.socket web.pipe
run-proxy: all
lighttpd -Df tests/lighttpd.conf