8 lines
69 B
Makefile
8 lines
69 B
Makefile
|
default: up
|
||
|
|
||
|
up: destroy
|
||
|
vagrant up
|
||
|
|
||
|
destroy:
|
||
|
vagrant destroy -f
|