summaryrefslogtreecommitdiffstats
path: root/makefile
blob: a5df0c97d88e6e751579fe999d79e7ce8a01c0ce (plain)
1
2
3
4
5
b32e: b32e.o
	ld -o $@ $<

b32e.o: b32e.asm
	nasm -f elf64 -O0 -w+all -o $@ $<