summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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