makefile | add a clean target

This commit is contained in:
Don Harper 2023-09-24 13:31:32 -05:00
parent 18d9054b0f
commit 5007e9dbe8

View file

@ -9,3 +9,6 @@ update:
vm:
doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm
clean:
doas nix-collect-garbage
doas nix store optimise