Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #368 from lazavikmaria/patch-1
Browse files Browse the repository at this point in the history
fix make build in the Makefile
  • Loading branch information
adlrocha authored Nov 3, 2023
2 parents 32c62f5 + 0492b20 commit 6d69633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
all: test build

build:
cargo build --release -p ipc-cli && cp target/release/ipc-cli ./bin
cargo build --release -p ipc-cli && mkdir -p bin/ && cp target/release/ipc-cli ./bin/ipc-cli

test:
cargo test --release --workspace --exclude ipc_e2e itest
Expand Down

0 comments on commit 6d69633

Please sign in to comment.