ss:	math.o ss.o
	blink with ss.lnk

ss.o:	ss.c
	x: cm: ss
math.o:	math.s
	assem math.s -o math.o
