Browse Source

riscv: clean up more files with clean.json

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 8 years ago
parent
commit
5bcbc063be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys/src/9/riscv/clean.json

+ 1 - 1
sys/src/9/riscv/clean.json

@@ -1,7 +1,7 @@
 {
 	"clean": {
 		"Pre": [
-			"rm -f *.o *.root.c *.out errstr.h init.h init ../boot/libboot.a ../boot/*.o boot*.c"
+			"rm -f systab.c harvey riscvcpu.c cpu.c *.o *.root.c *.out errstr.h init.h init ../boot/libboot.a ../boot/*.o boot*.c"
 		]
 	}
 }