#
# "make foobar" to compile foobar.c
#
CC = gcc
CFLAGS = -Wall -pedantic -pthread -std=c99 -O