mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-08 21:28:13 +00:00
11 lines
261 B
Makefile
11 lines
261 B
Makefile
|
|
default:
|
|
@echo "nothing is build by default"
|
|
@echo "available build targets:"
|
|
@echo " bios -- update bios.bin (seabios)"
|
|
|
|
bios: config.seabios
|
|
sh configure-seabios.sh $<
|
|
make -C seabios out/bios.bin
|
|
cp seabios/out/bios.bin ../pc-bios/bios.bin
|