aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index a854880..806daa8 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -28,3 +28,12 @@ hello: hello.c
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