diff options
author | Oskar <[email protected]> | 2024-02-11 16:42:31 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-02-11 16:42:31 +0100 |
commit | 30fc82f1b352b806c3716bf551f372cefc84c1d7 (patch) | |
tree | 7a91bb442018963d63eec101317b194d420b9a87 /test/Makefile | |
parent | cbaeb6f6a24532b5ecbc4fea4dcb329961ad4e37 (diff) |
More changes to the makefile to make it easier for testing
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..75145a3 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,8 @@ +all: 7ed-TESTING +7ed-TESTING: + cd .. && make tests + @echo "Done." + +clean: + cd .. && make clean + @echo "Cleaned." |