build.json 144 B

12345678910111213
  1. [
  2. {
  3. "Name": "cfs",
  4. "Include": [
  5. "../cmd.json"
  6. ],
  7. "Install": "/$ARCH/bin/",
  8. "Program": "cfs",
  9. "SourceFiles": [
  10. "*.c"
  11. ]
  12. }
  13. ]