summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-06-30 19:03:52 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-06-30 19:03:52 -0300
commit401e728eff71577d553a56e35ad62c093c4f9003 (patch)
tree465998ba0429c1727c3b79805eb229ef82fd03d9 /Makefile
parent90517c2b64d2232d85857e989a4a3a15670c18be (diff)
downloadpython-ethtool-401e728eff71577d553a56e35ad62c093c4f9003.tar.gz
python-ethtool-401e728eff71577d553a56e35ad62c093c4f9003.tar.xz
python-ethtool-401e728eff71577d553a56e35ad62c093c4f9003.zip
Makefile: fix 'make clean'
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80282a6..387b591 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ all:
clean:
-rm *.tar.gz python-ethtool/*.pyc
- -rm -r dist MANIFEST
+ -rm rpm/SOURCES/${PKGNAME}-$(VERSION).tar.bz2
+ -rm -rf rpm/{BUILD,RPMS/*,SRPMS}/*
python setup.py -q clean --all
install: all