diff options
author | oskar <[email protected]> | 2024-05-22 20:11:10 +0200 |
---|---|---|
committer | oskar <[email protected]> | 2024-05-22 20:11:10 +0200 |
commit | 330c22b13e46f3ba51d5c2775235da2276dca8a0 (patch) | |
tree | e960aa230ed1ecfd9f144e9aae0b16c353443f78 /test |
networking learning
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..48a5814 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,6 @@ +all: release +clean: + cd .. && make clean + +release: + cd .. && make tests |