From 747e93942140a0f98cc17f3f2b32f2793fa32572 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Fri, 17 Aug 2018 11:14:53 +0200 Subject: Add azure build to makefile --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2eaed429..b2dc1f8b 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: -- cgit v1.2.3