Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 3, 2024
1 parent 748a089 commit e0d6060
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build:
cargo build --workspace

clean:
rm -rf node-*
rm -rf ./logs/node-*

fmt:
cargo fmt
Expand All @@ -19,6 +19,3 @@ unit-test:

integration-test:
cd harness && make test && cd ../

install-cli:
cd examples/memstore && make install-cli && cd ../../

0 comments on commit e0d6060

Please sign in to comment.