hacks/vagrantfile-default/Makefile

8 lines
69 B
Makefile
Raw Normal View History

2014-06-04 23:41:14 +00:00
default: up
up: destroy
vagrant up
destroy:
vagrant destroy -f