Unverified Commit f142a7e1 authored by Jay Lee's avatar Jay Lee

Makefile: add update-rocksdb target

parent 008dd54e
...@@ -33,3 +33,6 @@ format: ...@@ -33,3 +33,6 @@ format:
clean: clean:
@cargo clean @cargo clean
@cd librocksdb_sys && cargo clean @cd librocksdb_sys && cargo clean
update-rocksdb:
@git subtree pull -P librocksdb_sys/rocksdb https://github.com/pingcap/rocksdb.git release --squash
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment