From 3ad35832835fa0554b6fa28b74e9b7d21283392b Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 16 Mar 2023 18:37:12 +0900 Subject: Listen on Unix socket instead of TCP --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc4c4ed..4d8fd37 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ clean: rm hybring check: $(wildcard spec/*.cr) - crystal spec --order random spec/server.cr + crystal spec --order random install: all install -Dm 755 hybring ${DESTDIR}${PREFIX}/bin/hybring -- cgit 1.4.1