clean.json 236 B

12345678910
  1. {
  2. "clean": {
  3. "Pre": [
  4. "rm -f *.o *.root.c *.out errstr.h init.h init cpu.c",
  5. "rm -f ../boot/libboot.a ../boot/*.o ../boot/bootcpu.c ../boot/bootcpu.elf.out boot*.c",
  6. "rm -f harvey harvey.32bit",
  7. "rm -f systab.c"
  8. ]
  9. }
  10. }