CFLAGS:=-Wall -g $(shell sdl-config --cflags) LDLIBS:=$(shell sdl-config --libs) -lSDL_him -lSDL_ttf all: test clean: rm -f test *.o