summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-06-03 17:33:47 +0200
committerOskar <[email protected]>2024-06-03 17:33:47 +0200
commit9d15452d00945770b8f297daed2e5f030f419202 (patch)
treeaf1b2264c9231e9eadbe0c18906ad08a8d79bc7b /test
parentcf86eea3ef47ce4444b99edff866a7d9836bd763 (diff)
made it so the client can keep accepting new connections
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
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