From f35c20d4e04850b2adcc564a94e1b07d7061d45b Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 8 Jun 2015 23:07:45 -0700 Subject: [PATCH] Add -q flag to `make run` To skip past the bochs config menu --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 396fee1..974fca6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -75,7 +75,7 @@ load: all EMULATOR=bochs run: all - $(EMULATOR) + $(EMULATOR) -q always: @: -- 2.34.1