summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6c401e2c..2e6dd9ad 100644
--- a/Makefile
+++ b/Makefile
@@ -44,12 +44,12 @@ qemu:
@scripts/check-vm-build-env
@scripts/build-qemu-image
-.PHONY: vmware-ova
+.PHONY: vmware
.ONESHELL:
-vmware-ova:
+vmware:
@set -e
@scripts/check-vm-build-env
- @scripts/build-vmware-ova
+ @scripts/build-vmware-image
.PHONY: clean
.ONESHELL: