include ../../../../tela.mak

TESTS := c d.sh

c: c.c

clean:
	rm -f c
