build.json 407 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "sam": {
  3. "CFlags": [],
  4. "Include": [
  5. "../cmd.json"
  6. ],
  7. "Install": "/$ARCH/bin/",
  8. "Program": "sam",
  9. "SourceFiles": [
  10. "address.c",
  11. "buff.c",
  12. "cmd.c",
  13. "disk.c",
  14. "error.c",
  15. "file.c",
  16. "io.c",
  17. "list.c",
  18. "mesg.c",
  19. "moveto.c",
  20. "multi.c",
  21. "plan9.c",
  22. "rasp.c",
  23. "regexp.c",
  24. "sam.c",
  25. "shell.c",
  26. "string.c",
  27. "sys.c",
  28. "util.c",
  29. "xec.c"
  30. ]
  31. }
  32. }