Skip to content

Commit

Permalink
fixup makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Feb 13, 2025
1 parent 01bdeb4 commit 4a6461d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

default:
cd contracts && make gen
cargo build --release
./target/release/ipc-cli --version
./target/release/fendermint --version
cd crates && (cargo build --release && ./target/release/ipc-cli --version && ./target/release/fendermint --version)

SUBTREES_RUST := fendermint ipc ipld/resolver
SUBTREES_RUST := $(patsubst %, crates/%, $(ls -1 crates))
SUBTREES_CONTRACTS := contracts
SUBTREES_ALL := $(SUBTREES_RUST) $(SUBTREES_CONTRACTS)

Expand Down

0 comments on commit 4a6461d

Please sign in to comment.