commit:     fe12f228730a096bd9d24f8331f3cf8b477765b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 09:14:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 09:16:31 2024 +0000
URL:        https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=fe12f228

Makefile: cleanup temporary test files in clean target

Matching .gitignore.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index badd60b..6e3c454 100644
--- a/Makefile
+++ b/Makefile
@@ -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

Reply via email to