CC=gcc
CFLAGS=-std=c99 -Wall -pedantic -g

Statements: statements.c
	${CC} -o $@ ${CFLAGS} $^
