Skip to content

Commit

Permalink
fix: make clean before building
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Dec 5, 2023
1 parent 916b256 commit eddd78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.1.0"
license = "WTFPL"
repository = "https://github.com/mistydemeo/testprog"
binaries = ["main"]
build-command = ["make"]
build-command = ["make", "clean", "all"]

# Config for 'cargo dist'
[dist]
Expand Down

0 comments on commit eddd78b

Please sign in to comment.