vagrant-swarm/Makefile

11 lines
194 B
Makefile
Raw Normal View History

2023-11-05 08:17:05 +00:00
.PHONY: all vagrant clean
all: vagrant
vagrant:
vagrant up --no-destroy-on-error --no-color | tee ./vagrantup.log
clean:
vagrant destroy -f --no-color
rm -rf .vagrant vagrantup.log .swarm