mirror of
https://github.com/limine-bootloader/limine
synced 2025-03-17 23:12:54 +03:00
Fix makefile
This commit is contained in:
parent
df22bcc17f
commit
375bdc6c94
4
Makefile
4
Makefile
@ -6,7 +6,7 @@ all:
|
||||
clean:
|
||||
$(MAKE) -C src clean
|
||||
|
||||
test:
|
||||
test: all
|
||||
$(MAKE) -C test
|
||||
rm -f test.img
|
||||
dd if=/dev/zero bs=1M count=0 seek=64 of=test.img
|
||||
@ -15,5 +15,5 @@ test:
|
||||
echfs-utils -m -p0 test.img quick-format 32768
|
||||
echfs-utils -m -p0 test.img import test/test.elf test.elf
|
||||
echfs-utils -m -p0 test.img import test/qloader2.cfg qloader2.cfg
|
||||
./qloader2-install test.img
|
||||
./qloader2-install src/qloader2.bin test.img
|
||||
qemu-system-x86_64 -hda test.img -monitor stdio
|
||||
|
Loading…
x
Reference in New Issue
Block a user