summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mangin <thomas@mangin.com>2020-02-10 18:52:30 +0000
committerGitHub <noreply@github.com>2020-02-10 18:52:30 +0000
commit2a3e1a39908c1a93ce330a74b40476169a03f2fd (patch)
tree0b8eb8057116a69d6e784782abf9c3891b1f7b70
parent36f78944702ffbf5ea3ee381ce670557c66adcd5 (diff)
downloadvyos-1x-2a3e1a39908c1a93ce330a74b40476169a03f2fd.tar.gz
vyos-1x-2a3e1a39908c1a93ce330a74b40476169a03f2fd.zip
"make deb" to build the debian package
Adding an option to make to build the debian package
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d05a0adbe..e87d7e8fc 100644
--- a/Makefile
+++ b/Makefile
@@ -106,3 +106,6 @@ docs:
sphinx-apidoc -o sphinx/source/ python/
cd sphinx/
PYTHONPATH=../python make html
+
+deb:
+ dpkg-buildpackage -uc -us -tc -b