clean > opack-clean

This commit is contained in:
Samuel Aubertin 2023-09-21 19:52:47 +02:00
parent d616996ddf
commit 48e79ad400

View File

@ -80,7 +80,7 @@ include path/to/src/opack.mk # mandatory
After invokation with `make opack`, it will download, install, and run the latest OpenBSD release in a local VM with the default options.
Once executed, the VM is running and it is possible to log into it using the `vagrant ssh` command.
Then, `make clean` will remove the VM, but not the vagrant box (in order to clean everything, use `make cleancache`).
Then, `make opack-clean` will remove the VM, but not the vagrant box (in order to clean everything, use `make opack-cleancache`).
### Overrides Example