Skip to content

Commit

Permalink
Makefile: add update-rocksdb target
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyJay committed Nov 29, 2017
1 parent 008dd54 commit f142a7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ format:
clean:
@cargo clean
@cd librocksdb_sys && cargo clean

update-rocksdb:
@git subtree pull -P librocksdb_sys/rocksdb https://github.com/pingcap/rocksdb.git release --squash

0 comments on commit f142a7e

Please sign in to comment.