summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Mangin <thomas@mangin.com>2020-02-17 19:35:59 +0000
committerGitHub <noreply@github.com>2020-02-17 20:35:59 +0100
commit175447bfec4cb60068fcea9899b09fcbdd2103ba (patch)
tree3438877a30b7031057607e05ce7e1eadb770efca /Makefile
parentf0b4e4ff74cf735488bba985748c448c7202a366 (diff)
downloadvyos-1x-175447bfec4cb60068fcea9899b09fcbdd2103ba.tar.gz
vyos-1x-175447bfec4cb60068fcea9899b09fcbdd2103ba.zip
Makefile: add "make deb" target
adding an option to the Makefile to build the debian package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c99579b45..e3d0d706c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,6 @@
all:
# Install is just xcopy
+
+deb:
+ dpkg-buildpackage -uc -us -tc -b