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

Hello: hello.c
	${CC} -o $@ ${CFLAGS} $^
