From: rsc Date: Thu, 30 Aug 2007 18:33:48 +0000 (+0000) Subject: do not toss .ps X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=e51ae8a2724005dd69c72b28b4a5f218136c1fa4;p=cs3210-lab0.git do not toss .ps --- diff --git a/Makefile b/Makefile index 3f8755c..ef908d7 100644 --- 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)