feat(Makefile): Add suspend target

This commit is contained in:
Tanguy Herbron 2023-11-10 22:55:41 +01:00
parent 34ffb7fd14
commit 658545d9de

View File

@ -9,6 +9,10 @@ up:
$(MAKE) install_vb; \ $(MAKE) install_vb; \
fi fi
down:
@echo "Stopping Homelab..."
@vagrant suspend
install_vb: install_vb:
@echo "Creating components..." @echo "Creating components..."
@vagrant up @vagrant up