diff options
| author | ruki <[email protected]> | 2018-04-12 22:33:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-12 09:22:27 +0800 |
| commit | afcbad58716d9b766d77a70827f45695c9819099 (patch) | |
| tree | 3fbf510bd3a60ada43d915edb56a0fa396a0b3ca /tests/apis/rules/xmake.lua | |
| parent | 67bfa73b2ae4ddfa3f5c001685bdb063a0454ec1 (diff) | |
remove some rule interfaces
Diffstat (limited to 'tests/apis/rules/xmake.lua')
| -rw-r--r-- | tests/apis/rules/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/apis/rules/xmake.lua b/tests/apis/rules/xmake.lua index cb5179982..7afddab29 100644 --- a/tests/apis/rules/xmake.lua +++ b/tests/apis/rules/xmake.lua @@ -13,7 +13,6 @@ rule("man") for _, sourcefile in ipairs(sourcefiles) do print("generating man: %s", sourcefile) end - rule.build_files("markdown", target, sourcefiles) end) -- define rule: c code |
