.s.o:
	as $*.s

EVERYTHING = untetr.o tetwbench.o tetrisvars.o tetrissound.o tetrisblit.o tetrisdata.o tetrisprint.o

game: $(EVERYTHING)
	ln -w $(EVERYTHING) -o game +C
	copy game to Untetr

sound:	tetrissound.o
	ln -w tetrissound.o -o sound

tetwbench: tetwbench.o
untetr: untetr.o
tetrisvars: tetrisvars.o
tetrissound: tetrissound.o
tetrisblit: tetrisblit.o
tetrisdata: tetrisdata.o
tetrisprint: tetrisprint.o
$(EVERYTHING): tetris.i
