Update make clean

This commit is contained in:
Frans Kaashoek 2011-08-15 20:32:04 -04:00
parent eeea49e8d5
commit 427958cb71

View file

@ -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