summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a2560a..0e6d779 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+all: rpm
+
clean:
-rm -f cobbler*.gz cobbler*.rpm MANIFEST
-rm -rf cobbler-* dist build
@@ -9,7 +11,7 @@ test:
python tests/tests.py
-rm -rf /tmp/_cobbler-*
-install: clean manpage
+rpm: clean manpage
python setup.py sdist
cp dist/*.gz .
rpmbuild --define "_topdir %(pwd)" \