summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-09-06 01:25:41 +0000
committerkaashoek <kaashoek>2006-09-06 01:25:41 +0000
commitd49a2d53867b2b3a7d627be217c12b3a95676766 (patch)
tree1fb2120c6edc1c3900962963dd9399a35528153e /Makefile
parent56ac0d72fc2c6c3535e06f26140700b4dc096a00 (diff)
downloadxv6-labs-d49a2d53867b2b3a7d627be217c12b3a95676766.tar.gz
xv6-labs-d49a2d53867b2b3a7d627be217c12b3a95676766.tar.bz2
xv6-labs-d49a2d53867b2b3a7d627be217c12b3a95676766.zip
nits
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c1099d4..5d5d2fe 100644
--- a/Makefile
+++ b/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