From 9ec272fce373fa863a53d58e091848b001dc2bfc Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Thu, 15 Mar 2018 08:54:24 +0100 Subject: [PATCH] New makefile target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6d081189..d5cc244b 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,9 @@ umount_fat: sudo /bin/umount mnt/fake/ sudo /sbin/losetup -d /dev/loop0 +umount_loop: + sudo /sbin/losetup -d /dev/loop0 + debug: default echo "c" > commands bochs -qf tools/debug_bochsrc.txt -rc commands