From 7282595c4d825e330b60b84490af80c8a9a8c657 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Dec 2023 20:33:14 -0500 Subject: justfile: add clean rule --- justfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 14b697e..b8af071 100644 --- a/justfile +++ b/justfile @@ -1,11 +1,8 @@ alias b := build alias c := check -alias d := deploy -alias da := deploy-all alias dr := dry-run alias p := pre-commit alias sw := switch -alias sd := switch-and-deploy alias t := test alias u := update alias ui := update-input @@ -26,7 +23,7 @@ rebuild subcmd root="false": [linux] [macos] boot: - @just rebuild boot {{ asRoot }} + @just rebuild boot {{ asRoot }} [linux] [macos] @@ -36,6 +33,13 @@ build: check: nix flake check +clean: + rm -rf \ + result* \ + repl-result-out* \ + config.tf.json \ + .terraform/ + [linux] [macos] dry-run: -- cgit v1.2.3