nits
This commit is contained in:
parent
56ac0d72fc
commit
d49a2d5386
3 changed files with 8 additions and 22 deletions
4
Makefile
4
Makefile
|
@ -128,8 +128,8 @@ rm : rm.o $(ULIB)
|
|||
mkfs : mkfs.c fs.h
|
||||
cc -o mkfs mkfs.c
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
-include *.d
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue