clean.json 129 B

1234567
  1. {
  2. "clean": {
  3. "Pre": [
  4. "rm -f *.o *.root.c *.out errstr.h init.h init ../boot/libboot.a ../boot/*.o boot*.c cpu.c"
  5. ]
  6. }
  7. }