Skip to content

Commit eedd14b

Browse files
committed
opt:优化Makefile,使tools不依赖modules
1 parent a662e88 commit eedd14b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ modules 3rd-party:
7171
test: modules
7272
$(MAKE) -C modules test
7373

74-
tools examples: modules
74+
examples: modules
75+
$(MAKE) -C $@
76+
77+
tools:
7578
$(MAKE) -C $@
7679

7780
run_test : test

0 commit comments

Comments
 (0)