diff options
author | Thomas Mangin <thomas@mangin.com> | 2020-02-17 19:35:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 20:35:59 +0100 |
commit | 175447bfec4cb60068fcea9899b09fcbdd2103ba (patch) | |
tree | 3438877a30b7031057607e05ce7e1eadb770efca /Makefile | |
parent | f0b4e4ff74cf735488bba985748c448c7202a366 (diff) | |
download | vyos-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,6 @@ all: # Install is just xcopy + +deb: + dpkg-buildpackage -uc -us -tc -b |