xv6

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

commit e51ae8a2724005dd69c72b28b4a5f218136c1fa4
parent 9863fea78cf88b40827d0d61ced2608278094ea4
Author: rsc <rsc>
Date:   Thu, 30 Aug 2007 18:33:48 +0000

do not toss .ps

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

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