summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-24 19:05:41 +0200
committerSam James <sam@gentoo.org>2023-01-14 18:45:09 +0000
commit0e263fcbe0437c3a82e2314955e6722d9047b193 (patch)
treee8e318b23b10759a501802afe0a6608545534ad8
parentMakefile: use a custom `clean` target (diff)
downloadpolicy-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.ini2
1 files changed, 1 insertions, 1 deletions
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}