all: $(CC) -Wall -O3 -std=c99 $(shell sdl-config --cflags) -o warpzone_animation *.c -lm -lGL $(shell sdl-config --libs)