projects
/
efitest1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680c5bf
)
run rule
master
author
John Tsiombikas
<nuclear@member.fsf.org>
Sun, 30 May 2021 12:37:46 +0000
(15:37 +0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Sun, 30 May 2021 12:37:46 +0000
(15:37 +0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
238933f
..
46739e6
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-37,3
+37,7
@@
disk.img: part.img
.PHONY: clean
clean:
rm -f $(obj) $(efibin) $(efiso) *.img
+
+.PHONY: run
+run: disk.img
+ qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -hda $<