From 331738a0f69e00d12d44f27a717b3b73733b485a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 6 Mar 2024 11:57:09 -0300 Subject: src/hero.mjs: Add rmIf() and mkfifo() --- Makefile | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3