tetris	:tetris.o seta13x.o
	 gcc tetris.o seta13x.o -o tetris -lvgagl -lvga
seta13x.o : seta13x.c
	gcc -c seta13x.c
	 