Add 'run' target to makefile
authorgreg <elorian.mestec@gmail.com>
Sat, 6 Jun 2015 09:13:14 +0000 (02:13 -0700)
committergreg <elorian.mestec@gmail.com>
Sat, 6 Jun 2015 09:13:14 +0000 (02:13 -0700)
GNUmakefile

index 2ff6e05a6041466d062a9b8fbc0929e4e7577953..396fee19ab3915c5cfddfe64836136612cba614b 100644 (file)
@@ -73,6 +73,10 @@ load: all
        mkdir -p mnt
        ./tools/copy_to_image.sh
 
+EMULATOR=bochs
+run: all
+       $(EMULATOR)
+
 always:
        @: