rulimine/test/Makefile

4 lines
118 B
Makefile
Raw Normal View History

2020-03-25 03:04:18 +03:00
test.elf: test.asm linker.ld
2020-03-25 03:31:59 +03:00
nasm test.asm -felf64 -o test.o
ld test.o -no-pie -nostdlib -T ./linker.ld -o test.elf