do not toss .ps
This commit is contained in:
parent
9863fea78c
commit
e51ae8a272
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -113,7 +113,7 @@ fs.img: mkfs README $(UPROGS)
|
||||||
-include *.d
|
-include *.d
|
||||||
|
|
||||||
clean:
|
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 \
|
*.o *.d *.asm *.sym vectors.S parport.out \
|
||||||
bootblock kernel xv6.img fs.img mkfs \
|
bootblock kernel xv6.img fs.img mkfs \
|
||||||
$(UPROGS)
|
$(UPROGS)
|
||||||
|
|
Loading…
Reference in a new issue