bobuhiro11 / gokvm

KVM based tiny x86 hypervisor written in pure golang, which can boot Linux
https://blog.bobuhiro11.net/tags/gokvm.html
MIT License
210 stars 24 forks source link

add rule to check for binaries #141

Closed rminnich closed 1 year ago

rminnich commented 1 year ago

the u-root command in the Makefile uses the pattern u-root -files command for many commands.

Confusing problems ensue if the command is not there: the command expands to u-root -files -files

Add a rule to run which for all the binaries, which will fail in a more understandable way.