We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90517c2 commit 401e728Copy full SHA for 401e728
1 file changed
Makefile
@@ -7,7 +7,8 @@ all:
7
8
clean:
9
-rm *.tar.gz python-ethtool/*.pyc
10
- -rm -r dist MANIFEST
+ -rm rpm/SOURCES/${PKGNAME}-$(VERSION).tar.bz2
11
+ -rm -rf rpm/{BUILD,RPMS/*,SRPMS}/*
12
python setup.py -q clean --all
13
14
install: all
0 commit comments