From: greg Date: Sat, 6 Jun 2015 09:13:14 +0000 (-0700) Subject: Add 'run' target to makefile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=47f34fbdcf25b1b127e7ed59a0562d253777f79d;p=arcanos.git Add 'run' target to makefile --- diff --git a/GNUmakefile b/GNUmakefile index 2ff6e05..396fee1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -73,6 +73,10 @@ load: all mkdir -p mnt ./tools/copy_to_image.sh +EMULATOR=bochs +run: all + $(EMULATOR) + always: @: