clean.json 164 B

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