From d9a012a05786e75a9e571e4122f6d6bc2e920915 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Sat, 15 Dec 2018 17:19:04 +0100 Subject: Add script for qcow2 image --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17ee4e65..065c1c11 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,14 @@ GCE: clean prepare cd $(build_dir) @../scripts/build-GCE-image +.PHONY: qcow2 +.ONESHELL: +qcow2: clean prepare + @set -e + @echo "It's not like I'm building this specially for you or anything!" + cd $(build_dir) + @../scripts/build-qcow2-image + .PHONY: AWS .ONESHELL: AWS: clean prepare -- cgit v1.2.3