From 1941186fa99ce9a9e333d9ab0deb928937e1ea61 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 19 Jun 2009 21:22:34 -0400 Subject: Added How To Play Closes #103 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b79fe63..7f503ba 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -OBJS = mazeoflife.o titlestate.o gamestate.o +OBJS = mazeoflife.o titlestate.o htpstate.o gamestate.o CC = g++ CFLAGS = `pkg-config sdl --cflags` LIBS = `pkg-config sdl --libs` -- cgit 1.4.1