diff options
author | Sam James <sam@gentoo.org> | 2024-10-19 10:14:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-19 10:16:31 +0100 |
commit | fe12f228730a096bd9d24f8331f3cf8b477765b3 (patch) | |
tree | 0651ea6ae6ff9c90a30d99d28a67e80859df33a5 | |
parent | tests: add 2.5.3 (diff) | |
download | elt-patches-fe12f228730a096bd9d24f8331f3cf8b477765b3.tar.gz elt-patches-fe12f228730a096bd9d24f8331f3cf8b477765b3.tar.bz2 elt-patches-fe12f228730a096bd9d24f8331f3cf8b477765b3.zip |
Makefile: cleanup temporary test files in clean target
Matching .gitignore.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ eltpatch: eltpatch.in clean: rm -f eltpatch + rm -rf tests/*.tmp + rm -rf tests/libtools check: eltpatch cd tests && ./setup.sh && ./run.sh |