xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 427958cb71e485cec4e7c68b280b506e555dd8e0
parent eeea49e8d5a0780012ae31fb7285300241aa03b3
Author: Frans Kaashoek <kaashoek@Frans-Kaashoeks-MacBook-Pro.local>
Date:   Mon, 15 Aug 2011 20:32:04 -0400

Update make clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -173,7 +173,7 @@ fs.img: mkfs README $(UPROGS) clean: rm -f *.tex *.dvi *.idx *.aux *.log *.ind *.ilg \ *.o *.d *.asm *.sym vectors.S parport.out \ - bootblock kernel xv6.img fs.img mkfs \ + bootblock entryother kernel xv6.img fs.img kernelmemfs mkfs \ $(UPROGS) # make a printout