summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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