Skip to content

Commit

Permalink
Recreate bin folder on compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
brumhard committed May 5, 2023
1 parent 148f165 commit 2e4b352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maskfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ targets=$(yq -o json -p toml -r '.toolchain.targets[]' rust-toolchain)
if [ "$filter" != "" ]; then
targets=$(echo "$targets"|rg "$filter")
fi
rm -rf "$out_dir"/bin
mkdir -p "$out_dir"/bin
for target in $targets; do
echo "building for $target"
Expand Down

0 comments on commit 2e4b352

Please sign in to comment.