Skip to content

Commit

Permalink
do not toss .ps
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Aug 30, 2007
1 parent 9863fea commit e51ae8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e51ae8a

Please sign in to comment.