git @ Cat's Eye Technologies Shelta / e56a7e0
Prefer yasm to nasm, but you can make YASM=nasm if you like. Cat's Eye Technologies 11 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 YASM?=yasm
1
02 bin/sheltan.com: src/shelta86.s
1 nasm src/shelta86.s -o bin/sheltan.com
3 $(YASM) src/shelta86.s -o bin/sheltan.com
24
35 all: bin/sheltan.com
46