projects
/
arcanos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b0464
)
Add 'run' target to makefile
author
greg
<elorian.mestec@gmail.com>
Sat, 6 Jun 2015 09:13:14 +0000
(
02:13
-0700)
committer
greg
<elorian.mestec@gmail.com>
Sat, 6 Jun 2015 09:13:14 +0000
(
02:13
-0700)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 2ff6e05a6041466d062a9b8fbc0929e4e7577953..396fee19ab3915c5cfddfe64836136612cba614b 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-73,6
+73,10
@@
load: all
mkdir -p mnt
./tools/copy_to_image.sh
+EMULATOR=bochs
+run: all
+ $(EMULATOR)
+
always:
@: