xmake.lua 98 B

1234
  1. target("hello")
  2. add_rules("c51.binary")
  3. set_toolchains("c51")
  4. add_files("src/main.c")