diff options
author | Oskar <[email protected]> | 2024-06-03 17:33:47 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-06-03 17:33:47 +0200 |
commit | 9d15452d00945770b8f297daed2e5f030f419202 (patch) | |
tree | af1b2264c9231e9eadbe0c18906ad08a8d79bc7b /test | |
parent | cf86eea3ef47ce4444b99edff866a7d9836bd763 (diff) |
made it so the client can keep accepting new connections
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 4 |
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 |