diff options
author | Thomas Mangin <thomas@mangin.com> | 2020-02-10 18:52:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 18:52:30 +0000 |
commit | 2a3e1a39908c1a93ce330a74b40476169a03f2fd (patch) | |
tree | 0b8eb8057116a69d6e784782abf9c3891b1f7b70 /Makefile | |
parent | 36f78944702ffbf5ea3ee381ce670557c66adcd5 (diff) | |
download | vyos-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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -106,3 +106,6 @@ docs: sphinx-apidoc -o sphinx/source/ python/ cd sphinx/ PYTHONPATH=../python make html + +deb: + dpkg-buildpackage -uc -us -tc -b |