clean up after mkfs
This commit is contained in:
parent
0cfc7290e8
commit
f3fc72c5b6
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -132,6 +132,8 @@ mkfs : mkfs.c fs.h
|
||||||
|
|
||||||
fs.img : mkfs userfs usertests echo cat README init sh ls mkdir rm fstests
|
fs.img : mkfs userfs usertests echo cat README init sh ls mkdir rm fstests
|
||||||
./mkfs fs.img userfs usertests echo cat README init sh ls mkdir rm fstests
|
./mkfs fs.img userfs usertests echo cat README init sh ls mkdir rm fstests
|
||||||
|
# Remove system binaries to avoid confusion.
|
||||||
|
/bin/rm -f echo cat sh ls mkdir rm
|
||||||
|
|
||||||
-include *.d
|
-include *.d
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue