mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-08 13:03:47 +00:00
* update to v0.11.4 * chore: auto version bump [bot] --------- Co-authored-by: Ömer Faruk Irmak <omerfirmak@gmail.com> Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
9 lines
134 B
Makefile
9 lines
134 B
Makefile
.PHONY: clean libzkp
|
|
|
|
clean:
|
|
rm -f *.a *.so
|
|
cargo clean
|
|
|
|
libzkp:
|
|
cargo build --release
|
|
cp $(PWD)/target/release/libzkp.so $(PWD)/
|