From c2034d2420a625831cc01b887a12d7bff95c1052 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Fri, 5 Jan 2024 21:36:32 -0600 Subject: [PATCH] update unmake --- makefile | 2 +- tinyrick.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index c84bd07..4798890 100644 --- a/makefile +++ b/makefile @@ -10,4 +10,4 @@ all: cargo-audit \ cross@0.2.5 \ tinyrick@0.0.9 \ - unmake@0.0.12 + unmake@0.0.14 diff --git a/tinyrick.rs b/tinyrick.rs index aad8f0e..fcf2752 100644 --- a/tinyrick.rs +++ b/tinyrick.rs @@ -28,6 +28,7 @@ fn rustfmt() { /// Run unmake fn unmake() { tinyrick::exec!("unmake", &["."]); + tinyrick::exec!("unmake", &["-n", "."]); } /// Validate documentation and run linters