diff options
| author | EuAndreh <eu@euandre.org> | 2024-03-06 11:57:09 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-03-06 11:57:09 -0300 |
| commit | 331738a0f69e00d12d44f27a717b3b73733b485a (patch) | |
| tree | e8bc0208326f8ad469bd8cb3ef4fcd395a326d37 /Makefile | |
| parent | tests/runner.mjs: Add missing await in t.test("", () => {}) (diff) | |
| download | papod-331738a0f69e00d12d44f27a717b3b73733b485a.tar.gz papod-331738a0f69e00d12d44f27a717b3b73733b485a.tar.xz | |
src/hero.mjs: Add rmIf() and mkfifo()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -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 |
