clean.json 246 B

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