build.json 148 B

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