Skip to content

Commit 4a6461d

Browse files
committed
fixup makefile
1 parent 01bdeb4 commit 4a6461d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
default:
55
cd contracts && make gen
6-
cargo build --release
7-
./target/release/ipc-cli --version
8-
./target/release/fendermint --version
6+
cd crates && (cargo build --release && ./target/release/ipc-cli --version && ./target/release/fendermint --version)
97

10-
SUBTREES_RUST := fendermint ipc ipld/resolver
8+
SUBTREES_RUST := $(patsubst %, crates/%, $(ls -1 crates))
119
SUBTREES_CONTRACTS := contracts
1210
SUBTREES_ALL := $(SUBTREES_RUST) $(SUBTREES_CONTRACTS)
1311

0 commit comments

Comments
 (0)