mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-27 11:00:28 +03:00
4 lines
118 B
Makefile
4 lines
118 B
Makefile
test.elf: test.asm linker.ld
|
|
nasm test.asm -felf64 -o test.o
|
|
ld test.o -no-pie -nostdlib -T ./linker.ld -o test.elf
|