commit: 0e263fcbe0437c3a82e2314955e6722d9047b193 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 24 17:05:41 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 14 18:45:09 2023 +0000 URL: https://gitweb.gentoo.org/proj/policy-guide.git/commit/?id=0e263fcb
tox.ini: Call `make clean` Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/policy-guide/pull/23 Signed-off-by: Sam James <sam <AT> gentoo.org> tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ceb90c0..dbb2876 100644 --- a/tox.ini +++ b/tox.ini @@ -10,4 +10,4 @@ allowlist_externals = make commands = - make {posargs:all} + make {posargs:clean all}
