remove fstest
This commit is contained in:
parent
224f6598c1
commit
52253dce65
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -119,8 +119,8 @@ _rm : rm.o $(ULIB)
|
|||
mkfs : mkfs.c fs.h
|
||||
cc -o mkfs mkfs.c
|
||||
|
||||
fs.img : mkfs usertests _echo _cat README _init _sh _ls _mkdir _rm fstests
|
||||
./mkfs fs.img usertests _echo _cat README _init _sh _ls _mkdir _rm fstests
|
||||
fs.img : mkfs usertests _echo _cat README _init _sh _ls _mkdir _rm
|
||||
./mkfs fs.img usertests _echo _cat README _init _sh _ls _mkdir _rm
|
||||
|
||||
-include *.d
|
||||
|
||||
|
|
Loading…
Reference in a new issue