summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-06-03 17:59:53 +0200
committerOskar <[email protected]>2024-06-03 17:59:53 +0200
commitef276e1e86e4a554141b511757dded2b1f1108fb (patch)
treed7bb3d80c1457558dc4ac3ebaeb1acdb9204a96e /test
parent9d15452d00945770b8f297daed2e5f030f419202 (diff)
make client close sockfd when exiting
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 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