rulimine/test/Makefile
2020-03-25 01:31:59 +01:00

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