limine/test/Makefile

4 lines
117 B
Makefile
Raw Normal View History

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