mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-12 09:44:04 +03:00
4 lines
117 B
Makefile
4 lines
117 B
Makefile
|
test.elf:
|
||
|
nasm test.asm -felf32 -o test.o
|
||
|
../toolchain/bin/i386-elf-ld test.o -nostdlib -T ./linker.ld -o test.elf
|