summaryrefslogtreecommitdiff
path: root/Makefile
blob: d2167c6504468b020d00e94ccceef960f0e62581 (plain)
1
2
3
4
5
6
7
bismuth: bismuth.asm
	nasm -g -f elf32 bismuth.asm
	ld -m elf_i386 bismuth.o -o bismuth

.PHONY: clean
clean:
	rm -f bismuth.o bismuth