Skip to content

Commit 5e24fa3

Browse files
committed
fix makeflie
Signed-off-by: Andy Lok <[email protected]>
1 parent b5d17a7 commit 5e24fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pes_parent_dir:=$(shell pwd)/$(lastword $(MAKEFILE_LIST))
22
cur_makefile_path := $(shell dirname $(pes_parent_dir))
33

4-
all: build target/tikv-example
4+
all: build
55

66
build: pre-build target/debug/libtikv_client.a
77

0 commit comments

Comments
 (0)