limine/test/Makefile

4 lines
136 B
Makefile
Raw Normal View History

2020-03-25 03:04:18 +03:00
test.elf: test.asm linker.ld
2020-03-25 01:39:02 +03:00
nasm test.asm -felf32 -o test.o
../toolchain/bin/i386-elf-ld test.o -nostdlib -T ./linker.ld -o test.elf