xmake.lua 128 B

12345678
  1. target("sfd")
  2. set_kind("static")
  3. add_files("./*.c")
  4. add_includedirs("../../fs/lfs",{public = true})
  5. target_end()