aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-17 20:32:19 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-06-17 20:32:19 +0000
commit1b422cf874d49b57785b30483232fdf66973df1d (patch)
tree1552a69086fca88577c3902f5c6131a3d804c4af /Makefile
parentad50ac00a531dbe60260c63760388ce6dac12361 (diff)
downloadpbuilder-1b422cf874d49b57785b30483232fdf66973df1d.tar
pbuilder-1b422cf874d49b57785b30483232fdf66973df1d.tar.gz
do real cleanup, don't hide temporary files under .gitignore, rather teach makefiles' clean targets how to deal with them properly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 170f78d..e077af2 100644
--- a/Makefile
+++ b/Makefile
@@ -190,8 +190,10 @@ full-check:
clean:
rm -f *.bak *~ TAGS
- rm -f testsuite/testimage
- rm -rf testsuite/testbuild testsuite/testbuild2
+ rm -rfv testsuite/testimage \
+ testsuite/testbuild \
+ testsuite/testbuild2 \
+ testsuite/regression/work
$(MAKE) -C pbuildd $@
$(MAKE) -C Documentation $@