diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/Makefile b/fs/Makefile index 806daa8..0a85261 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -29,11 +29,9 @@ clean: rm -f $(TARGETS) *.o rm -rf *.dSYM -remount: unmount mount - unmount: killall -9 hello || true diskutil unmount force mnt || true mount: hello - ./hello -s -f mnt + ./hello -odirect_io -f mnt |