Add -q flag to `make run`
authorgreg <elorian.mestec@gmail.com>
Tue, 9 Jun 2015 06:07:45 +0000 (23:07 -0700)
committergreg <elorian.mestec@gmail.com>
Tue, 9 Jun 2015 06:07:45 +0000 (23:07 -0700)
To skip past the bochs config menu

GNUmakefile

index 396fee19ab3915c5cfddfe64836136612cba614b..974fca68e7330ae3b39c532c549062d894ae428a 100644 (file)
@@ -75,7 +75,7 @@ load: all
 
 EMULATOR=bochs
 run: all
-       $(EMULATOR)
+       $(EMULATOR) -q
 
 always:
        @: