summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-19 10:14:08 +0100
committerSam James <sam@gentoo.org>2024-10-19 10:16:31 +0100
commitfe12f228730a096bd9d24f8331f3cf8b477765b3 (patch)
tree0651ea6ae6ff9c90a30d99d28a67e80859df33a5
parenttests: add 2.5.3 (diff)
downloadelt-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--Makefile2
1 files changed, 2 insertions, 0 deletions
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