summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 731cf57..1124930 100644
--- a/Makefile
+++ b/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