feat(Makefile): Add suspend target
This commit is contained in:
parent
34ffb7fd14
commit
658545d9de
4
Makefile
4
Makefile
@ -9,6 +9,10 @@ up:
|
||||
$(MAKE) install_vb; \
|
||||
fi
|
||||
|
||||
down:
|
||||
@echo "Stopping Homelab..."
|
||||
@vagrant suspend
|
||||
|
||||
install_vb:
|
||||
@echo "Creating components..."
|
||||
@vagrant up
|
||||
|
Loading…
x
Reference in New Issue
Block a user