CC=gcc
CFLAGS=`sdl-config --cflags` -g -W -Wall -std=c99 -pedantic
LDFLAGS=`sdl-config --libs` -lGL -lm

all: canyonflight

