summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-05-01 11:59:25 +0200
committerPaul Buetow <paul@buetow.org>2012-05-01 11:59:25 +0200
commitb7416c5136a2b021473fb09843aa012b943ddde4 (patch)
treeeff3a8f62530b702c2c0c6a43dee3b6be3e5263b /Makefile
parentaaa5f9809def12c3909be08a5018ebfa4f31ddfd (diff)
add clean-top makefile target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b33c1c5..8e9f07c 100644
--- a/Makefile
+++ b/Makefile
@@ -24,3 +24,10 @@ clean:
test -f .version && rm .version
deb:
dpkg-buildpackage
+clean-top:
+ rm ../$(NAME)_*.tar.gz
+ rm ../$(NAME)_*.dsc
+ rm ../$(NAME)_*.changes
+ rm ../$(NAME)_*.deb
+
+