Skip to content

Commit

Permalink
I hate this
Browse files Browse the repository at this point in the history
  • Loading branch information
fables-tales committed May 30, 2021
1 parent e44ef6f commit d28d7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/make_release
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ mkdir -p "${RELEASE_DIR}"
mkdir -p "${RELEASE_DIR}/lib/"
mkdir -p "${RELEASE_DIR}/include/"

cargo build
cargo build --release
(cargo build && cd librubyfmt && cargo build)
(cargo build --release && cd librubyfmt && cargo build --release)

cp target/release/rubyfmt-main "${RELEASE_DIR}/rubyfmt"
pwd
Expand Down

0 comments on commit d28d7c9

Please sign in to comment.