Update make clean
This commit is contained in:
parent
eeea49e8d5
commit
427958cb71
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -173,7 +173,7 @@ fs.img: mkfs README $(UPROGS)
|
||||||
clean:
|
clean:
|
||||||
rm -f *.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 entryother kernel xv6.img fs.img kernelmemfs mkfs \
|
||||||
$(UPROGS)
|
$(UPROGS)
|
||||||
|
|
||||||
# make a printout
|
# make a printout
|
||||||
|
|
Loading…
Reference in a new issue