testldfs.json 271 B

1234567891011121314151617
  1. {
  2. "Name": "testldfs",
  3. "Program": "testldfs",
  4. "Include": ["../../cmd.json"],
  5. "Pre": [
  6. ],
  7. "SourceFiles": [
  8. "testld.c",
  9. "journal.c",
  10. "entry.c",
  11. "errors.c",
  12. "devfs.c",
  13. "conv.c",
  14. "utils.c"
  15. ],
  16. "Install": "/$ARCH/bin/aux"
  17. }