cleaner
This commit is contained in:
parent
c54c79267f
commit
f15a3ae263
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -71,5 +71,5 @@ userfs : userfs.o $(ULIB)
|
|||
-include *.d
|
||||
|
||||
clean :
|
||||
rm -f *.o bootblock kernel kernel.asm xv6.img *.d user1 userfs usertests
|
||||
|
||||
rm -f *.o *.d *.asm vectors.S \
|
||||
bootblock kernel xv6.img user1 userfs usertests
|
||||
|
|
Loading…
Reference in a new issue