summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2018-08-17 11:14:53 +0200
committerKim Hagen <kim.sidney@gmail.com>2018-08-17 11:14:53 +0200
commit747e93942140a0f98cc17f3f2b32f2793fa32572 (patch)
treebdf0df7df02c8e9d5acef466ca0f1317cf899d94 /Makefile
parent7810f3be219f2b74da4414e2e7338e057f9996e4 (diff)
downloadvyos-build-747e93942140a0f98cc17f3f2b32f2793fa32572.tar.gz
vyos-build-747e93942140a0f98cc17f3f2b32f2793fa32572.zip
Add azure build to makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2eaed42..b2dc1f8 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,14 @@ clearfog: clean prepare
cd $(build_dir)
@../scripts/build-clearfog-image
+.PHONY: azure
+.ONESHELL:
+azure: clean prepare
+ @set -e
+ @echo "It's not like I'm building this specially for you or anything!"
+ cd $(build_dir)
+ @../scripts/build-azure-image
+
.PHONY: clean
.ONESHELL:
clean:
@@ -89,6 +97,7 @@ clean:
rm -f vyos-*.iso
rm -f *.img
rm -f *.xz
+ rm -f *.vhd
.PHONY: purge
purge: