diff options
| author | ruki <[email protected]> | 2020-05-28 23:00:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-28 12:05:14 +0800 |
| commit | 48d424f2621c1eac563d642ef05c5b34c8d12d2c (patch) | |
| tree | c427aacc78ed741641e59ffb0751c35daea1b52a /tests/projects/asm | |
| parent | a447a635a1ee38bc210b4d8d418479f0da3ecc9c (diff) | |
fix target:tool
Diffstat (limited to 'tests/projects/asm')
| -rw-r--r-- | tests/projects/asm/yasm/src/main.c | 0 | ||||
| -rw-r--r-- | tests/projects/asm/yasm/xmake.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/asm/yasm/src/main.c b/tests/projects/asm/yasm/src/main.c new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/projects/asm/yasm/src/main.c diff --git a/tests/projects/asm/yasm/xmake.lua b/tests/projects/asm/yasm/xmake.lua index f728b2ca1..213944890 100644 --- a/tests/projects/asm/yasm/xmake.lua +++ b/tests/projects/asm/yasm/xmake.lua @@ -1,3 +1,3 @@ target("test") set_kind("binary") - add_files("src/*.S") + add_files("src/*.S", "src/*.c") |
