From 2971f432b0da0d787507ed098d5bbfd417d6f949 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 23 Jun 2019 10:21:53 +0800 Subject: fix tip and warn --- manual/custom_rule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/custom_rule.md') diff --git a/manual/custom_rule.md b/manual/custom_rule.md index 8da399f5..a981177a 100644 --- a/manual/custom_rule.md +++ b/manual/custom_rule.md @@ -32,7 +32,7 @@ target("test") A target can be superimposed to apply multiple rules to more customize its own build behavior, and even support different build environments. -

+

Rules specified by `add_files("*.md", {rule = "markdown"})`, with a higher priority than the rule set by `add_rules("markdown")`.

-- cgit v1.2.3