Fixing makefile referencing old readme file
This commit is contained in:
parent
0ccb8c094d
commit
2029279601
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -134,8 +134,8 @@ UPROGS=\
|
||||||
$U/_zombie\
|
$U/_zombie\
|
||||||
$U/_clear\
|
$U/_clear\
|
||||||
|
|
||||||
fs.img: mkfs/mkfs README $(UPROGS)
|
fs.img: mkfs/mkfs README.md $(UPROGS)
|
||||||
mkfs/mkfs fs.img README $(UPROGS)
|
mkfs/mkfs fs.img README.md $(UPROGS)
|
||||||
|
|
||||||
-include kernel/*.d user/*.d
|
-include kernel/*.d user/*.d
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue