diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-04-13 03:19:13 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-04-13 03:19:13 -0400 |
commit | 9077fc0d3832de0644c9e501d3418d2e1f81cfa8 (patch) | |
tree | 671ac485a1b78a48c1b85ceac1d99ee752bdd801 /Makefile | |
parent | 6bf7fdff0f7e64bbd2b231a4041bbfaffa36223b (diff) | |
parent | 6686f05a1cda18c70525837a2dc95431ad5306cd (diff) | |
download | vyos-build-9077fc0d3832de0644c9e501d3418d2e1f81cfa8.tar.gz vyos-build-9077fc0d3832de0644c9e501d3418d2e1f81cfa8.zip |
Merge branch 'current' of github.com:vyos/vyos-build into current
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -44,6 +44,13 @@ qemu: @scripts/check-vm-build-env @scripts/build-qemu-image +.PHONY: vmware +.ONESHELL: +vmware: + @set -e + @scripts/check-vm-build-env + @scripts/build-vmware-image + .PHONY: clean .ONESHELL: clean: |