summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-26 00:10:30 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-26 00:10:30 -0700
commitfee2be4e11a82dea55e53c5e5fb48e7776d0d93a (patch)
treebf63db746af84bd5410a842e62c381bb2a4ef3df /Makefile
parent2e05cec5cc9b5b334f7e46b629d424b09b9925b2 (diff)
downloadvyos-cloud-init-fee2be4e11a82dea55e53c5e5fb48e7776d0d93a.tar.gz
vyos-cloud-init-fee2be4e11a82dea55e53c5e5fb48e7776d0d93a.zip
Add a section for building an rpm and a section for building a deb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c20dfbd3..a96d6b5b 100644
--- a/Makefile
+++ b/Makefile
@@ -23,5 +23,11 @@ clean:
rm -rf /var/log/cloud-init.log \
/var/lib/cloud/
-.PHONY: test pylint pyflakes 2to3 clean pep8
+rpm:
+ cd packages && ./brpm
+
+deb:
+ cd packages && ./bddeb
+
+.PHONY: test pylint pyflakes 2to3 clean pep8 rpm deb