summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-30 18:33:48 +0000
committerrsc <rsc>2007-08-30 18:33:48 +0000
commite51ae8a2724005dd69c72b28b4a5f218136c1fa4 (patch)
treeaca75d41135155ab38d5f3207da274a971b8de0a
parent9863fea78cf88b40827d0d61ced2608278094ea4 (diff)
downloadxv6-labs-e51ae8a2724005dd69c72b28b4a5f218136c1fa4.tar.gz
xv6-labs-e51ae8a2724005dd69c72b28b4a5f218136c1fa4.tar.bz2
xv6-labs-e51ae8a2724005dd69c72b28b4a5f218136c1fa4.zip
do not toss .ps
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)