build.json 138 B

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