diff options
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 |