Skip to content

Commit ef09838

Browse files
committed
Fix makefile
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
1 parent b04d40e commit ef09838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build: pre-build target/debug/libtikv_client.a
88
release: pre-build target/release/libtikv_client.a
99

1010
pre-build: target/tikv_client_glue.cc include/tikv_client_glue.h
11+
mkdir target
1112

1213
clean:
1314
cargo clean

0 commit comments

Comments
 (0)