Skip to content

Commit

Permalink
update unmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 6, 2024
1 parent 8bed258 commit c2034d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ all:
cargo-audit \
[email protected] \
[email protected] \
[email protected].12
[email protected].14
1 change: 1 addition & 0 deletions tinyrick.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ fn rustfmt() {
/// Run unmake
fn unmake() {
tinyrick::exec!("unmake", &["."]);
tinyrick::exec!("unmake", &["-n", "."]);
}

/// Validate documentation and run linters
Expand Down

0 comments on commit c2034d2

Please sign in to comment.