CFLAGS=-I../../include

tat: main.c
	$(CC) $(CFLAGS) -Wall -o tat main.c
