From: Ben Pfaff Date: Fri, 10 Nov 2006 15:31:18 +0000 (+0000) Subject: Also clean bochsout.txt, bochsrc.txt. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=0b55933faeb90e4953f33a7e382c6f475d9befd7 Also clean bochsout.txt, bochsrc.txt. --- diff --git a/src/Makefile.build b/src/Makefile.build index 8a45c93..441c20b 100644 --- a/src/Makefile.build +++ b/src/Makefile.build @@ -94,6 +94,7 @@ clean:: rm -f threads/loader.o threads/kernel.lds.s threads/loader.d rm -f kernel.o kernel.lds.s rm -f kernel.bin loader.bin os.dsk + rm -f bochsout.txt bochsrc.txt Makefile: $(SRCDIR)/Makefile.build cp $< $@