diff --git a/Makefile b/Makefile index 76e9b3b..5955049 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,10 @@ up: $(MAKE) install_vb; \ fi +down: + @echo "Stopping Homelab..." + @vagrant suspend + install_vb: @echo "Creating components..." @vagrant up