diff options
author | Oskar <[email protected]> | 2024-06-03 17:59:53 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-06-03 17:59:53 +0200 |
commit | ef276e1e86e4a554141b511757dded2b1f1108fb (patch) | |
tree | d7bb3d80c1457558dc4ac3ebaeb1acdb9204a96e /test | |
parent | 9d15452d00945770b8f297daed2e5f030f419202 (diff) |
make client close sockfd when exiting
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 6af8165..48a5814 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ all: release clean: cd .. && make clean - + release: - cd .. && make tests && make beej + cd .. && make tests |