summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ec9ea473..244229d2 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,12 @@ iso: prepare
lb build 2>&1 | tee build.log
@echo "VyOS ISO build successful"
+.PHONY: prepare-package-env
+.ONESHELL:
+prepare-package-env:
+ @scripts/pbuilder-config
+ @scripts/pbuilder-setup
+
.PHONY: clean
.ONESHELL:
clean: