SOURCES=main.c
OUTPUT=spctest
FLAGS='-I. -O3'

warn() {
	FLAGS="$FLAGS -Wall -Wextra"
}