Skip to content

Commit

Permalink
Remove deletion of generated files in build
Browse files Browse the repository at this point in the history
  • Loading branch information
nassibnassar committed Jan 11, 2025
1 parent 5563f15 commit c3e5511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fi
bindir=bin

if ! $fast; then
rm -f ./$bindir/metadb ./cmd/metadb/parser/gram.go ./cmd/metadb/parser/scan.go ./cmd/metadb/parser/y.output
rm -f ./$bindir/metadb
fi

mkdir -p $bindir
Expand Down

0 comments on commit c3e5511

Please sign in to comment.