thanks tyfkda
This commit is contained in:
parent
7f3528bcb3
commit
26108a3b99
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -182,8 +182,8 @@ 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 bootblock entryother \
|
*.o *.d *.asm *.sym vectors.S bootblock entryother \
|
||||||
initcode initcode.out kernel xv6.img fs.img kernelmemfs mkfs \
|
initcode initcode.out kernel xv6.img fs.img kernelmemfs \
|
||||||
.gdbinit \
|
xv6memfs.img mkfs .gdbinit \
|
||||||
$(UPROGS)
|
$(UPROGS)
|
||||||
|
|
||||||
# make a printout
|
# make a printout
|
||||||
|
|
Loading…
Reference in a new issue