diff options
author | Oskar <[email protected]> | 2024-10-14 11:29:00 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-10-14 11:29:00 +0200 |
commit | d5618e30d3ec4cf5fa10599dbd9027031cd8854f (patch) | |
tree | 88496916e89e2160bc683411c716043baa31b37e /test/Makefile | |
parent | 9cb882cdb61c9613bc73d8e6042959fb18765c9a (diff) |
test directory included
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..26ea1ab --- /dev/null +++ b/test/Makefile @@ -0,0 +1,7 @@ + +all: release +clean: + cd .. && make clean + +release: + cd .. && make tests |