From 20071883ab83fc0b6e418565fd770a05556fe86b Mon Sep 17 00:00:00 2001 From: Garen Tyler Date: Thu, 9 Nov 2023 18:30:24 -0700 Subject: [PATCH] fix makefile requiring wrong readme --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ba72ee..f9d8733 100644 --- a/Makefile +++ b/Makefile @@ -101,8 +101,8 @@ UPROGS=\ $P/_zombie\ $P/_shutdown\ -fs.img: mkfs README $(UPROGS) - mkfs/mkfs fs.img README $(UPROGS) +fs.img: mkfs README.md $(UPROGS) + mkfs/mkfs fs.img README.md $(UPROGS) -include kernel/*.d user/*.d