diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index eab8267..efe258a 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -41,3 +41,6 @@ EXTRA_DIST += \ tests/data/pkg/patches/01_goodbye.patch \ tests/data/pkg/substvars \ tests/data/src/src/foo.sh + +distclean-local: + -rm -Rf tests/data.build/ |