mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 08:49:14 +00:00
Merge remote-tracking branch 'Lynx/master'
This commit is contained in:
14
Lynx/Makefile
Normal file
14
Lynx/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
prepare:
|
||||
make -C BIOS prepare
|
||||
make -C UEFI prepare
|
||||
|
||||
build:
|
||||
make -C BIOS build
|
||||
make -C UEFI build
|
||||
cp BIOS/loader.bin .
|
||||
cp UEFI/efi-loader.bin .
|
||||
|
||||
clean:
|
||||
make -C BIOS clean
|
||||
make -C UEFI clean
|
||||
rm -f loader.bin efi-loader.bin
|
Reference in New Issue
Block a user