git @ Cat's Eye Technologies Shelta / master Makefile
master

Tree @master (Download .tar.gz)

Makefile @masterraw · history · blame

1
2
3
4
5
6
YASM?=yasm

bin/sheltan.com: src/shelta86.s
	$(YASM) src/shelta86.s -o bin/sheltan.com

all: bin/sheltan.com