aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 9e052778..3d0b6920 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -61,12 +61,14 @@ release: clean
install:mo
python setup.py install
+ @rm -rf build/lib
version:
@echo "The version is $(NAME)-$(VERSION)"
clean:
@rm -fv *~ .*~ changenew ChangeLog.old $(NAME)-$(VERSION).tar.bz2 sosreport.1.gz
+ @rm -rfv build/*
rpm: mo
@test -f sos.spec