about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-01-05 18:34:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-01-05 18:34:41 +0000
commit95bbdb5fc08c1e888566418bf19a1af1d04d6de1 (patch)
treec353d65651666883fcf136990cd09dca495c7ef7 /GNUmakefile
parent2074285f734f903bcb2709bd7c016990c02d94a8 (diff)
downloadnetpbm-mirror-95bbdb5fc08c1e888566418bf19a1af1d04d6de1.tar.gz
netpbm-mirror-95bbdb5fc08c1e888566418bf19a1af1d04d6de1.tar.xz
netpbm-mirror-95bbdb5fc08c1e888566418bf19a1af1d04d6de1.zip
Clean .deb files
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2105 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fd762ca0..b7aadfd9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -438,6 +438,7 @@ clean: localclean
 localclean:
 	rm -f netpbm build_started build_complete
 	rm -f pm_config.h inttypes_netpbm.h version.h
+	rm -f *.deb
 
 # Note that removing config.mk must be the last thing we do,
 # because no other makes will work after that is done.