diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,5 +55,5 @@ glitch.iso: glitch.elf grub/grub.cfg @$(GRUB_MKRESCUE) -o $@ isodir run: glitch.iso - @$(EMU) $< + @$(EMU) $< -no-reboot -no-shutdown -d guest_errors -monitor stdio |