diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 20:59:01 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 20:59:01 +0000 |
commit | fc6960523478d751db85d7be5a387f91c33503ff (patch) | |
tree | 72a5c971627b2a7790101504278ea7c3261fcd3f /Makefile | |
parent | 73e9d3404b22e6345d22a665eacdecef291138b9 (diff) | |
download | sos-fc6960523478d751db85d7be5a387f91c33503ff.tar.gz |
finishing touches
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@882 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ archive: gpgkey @echo "Archive is $(NAME)-$(VERSION).tar.gz" clean: - @rm -fv *~ .*~ changenew ChangeLog.old $(NAME)-$(VERSION).tar.gz + @rm -fv *~ .*~ changenew ChangeLog.old $(NAME)-$(VERSION).tar.gz sosreport.1.gz @rm -rfv {dist,build,sos.egg-info} @rm -rf MANIFEST @rm -rfv $(TMPDIR) |