From 9d15452d00945770b8f297daed2e5f030f419202 Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 3 Jun 2024 17:33:47 +0200 Subject: made it so the client can keep accepting new connections --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 48a5814..6af8165 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ all: release clean: cd .. && make clean - + release: - cd .. && make tests + cd .. && make tests && make beej -- cgit v1.2.3