summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-08-17 18:43:54 -0500
committerJohn Estabrook <jestabro@vyos.io>2025-08-19 20:49:18 -0500
commitabf58ce26a601a1967941b211443682c94963ef2 (patch)
treefe6cee72838d218769ec965f90f4ef5f41b3f7ad
parenta3f0fbb07cfcab9e178fb542c3726d952a103247 (diff)
downloadvyos-1x-abf58ce26a601a1967941b211443682c94963ef2.tar.gz
vyos-1x-abf58ce26a601a1967941b211443682c94963ef2.zip
T7728: add package build target for convenience
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b61d0d2a1..7e205aab9 100644
--- a/Makefile
+++ b/Makefile
@@ -66,5 +66,8 @@ $(BUILDDIR)/%.cmx: %.ml
$(GENERATOR): $(GENERATOR_FILES)
ocamlfind opt -o $@ -I $(BUILDDIR)/lib -linkpkg -thread -package $(PACKAGES) $^
+deb:
+ dpkg-buildpackage -uc -us -tc -b
+
clean:
rm -rf $(BUILDDIR)