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