CFLAGS = $(shell pkg-config --cflags sdl)
LDFLAGS = $(shell pkg-config --libs sdl)

test: test.c

