diff --git a/examples/Makefile b/examples/Makefile index 5bf0577ff..087c11961 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -35,4 +35,4 @@ clean: rm -rf ./simple_example ./column_families_example ./compact_files_example ./compaction_filter_example ./c_simple_example c_simple_example.o ./optimistic_transaction_example ./transaction_example librocksdb: - cd .. && $(MAKE) librocksdb.a + cd .. && $(MAKE) static_lib