From 306c130cc425e96d2088f68551c4bb77dad412d3 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 20 Jun 2009 12:43:34 -0400 Subject: Added BMPs back --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0c18181..7f503ba 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ OBJS = mazeoflife.o titlestate.o htpstate.o gamestate.o CC = g++ -CFLAGS = `sdl-config --cflags` -I/usr/local/include/SDL -LIBS = `sdl-config --libs` -lSDL_image +CFLAGS = `pkg-config sdl --cflags` +LIBS = `pkg-config sdl --libs` mazeoflife: $(OBJS) $(CC) $(OBJS) $(LIBS) -o mazeoflife -- cgit 1.4.1