summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2020-02-11 01:55:27 +0700
committerGitHub <noreply@github.com>2020-02-11 01:55:27 +0700
commit1adf2818083c40cf81d7747a4c9d26e85c235a60 (patch)
tree0b8eb8057116a69d6e784782abf9c3891b1f7b70
parent36f78944702ffbf5ea3ee381ce670557c66adcd5 (diff)
parent2a3e1a39908c1a93ce330a74b40476169a03f2fd (diff)
downloadvyos-1x-1adf2818083c40cf81d7747a4c9d26e85c235a60.tar.gz
vyos-1x-1adf2818083c40cf81d7747a4c9d26e85c235a60.zip
Merge pull request #215 from thomas-mangin/patch-1
"make deb" 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