diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-24 19:05:41 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-14 18:45:09 +0000 |
commit | 0e263fcbe0437c3a82e2314955e6722d9047b193 (patch) | |
tree | e8e318b23b10759a501802afe0a6608545534ad8 | |
parent | Makefile: use a custom `clean` target (diff) | |
download | policy-guide-0e263fcbe0437c3a82e2314955e6722d9047b193.tar.gz policy-guide-0e263fcbe0437c3a82e2314955e6722d9047b193.tar.bz2 policy-guide-0e263fcbe0437c3a82e2314955e6722d9047b193.zip |
tox.ini: Call `make clean`
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/policy-guide/pull/23
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ allowlist_externals = make commands = - make {posargs:all} + make {posargs:clean all} |