diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-19 20:46:53 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-19 20:46:53 -0400 |
commit | ab18806cddf99514e7ac8d970587e5f1d6d01603 (patch) | |
tree | 51811ba47de36c8911043258f073484e3948c807 /Makefile | |
parent | f2caf2c09fc431e11068c13a49ae28f18182bea9 (diff) | |
download | mazeoflife-ab18806cddf99514e7ac8d970587e5f1d6d01603.tar.gz mazeoflife-ab18806cddf99514e7ac8d970587e5f1d6d01603.tar.bz2 mazeoflife-ab18806cddf99514e7ac8d970587e5f1d6d01603.zip |
Added title screen
Refs #103
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 7e812d9..b79fe63 100644 --- a/Makefile +++ b/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | OBJS = mazeoflife.o gamestate.o | 1 | OBJS = mazeoflife.o titlestate.o gamestate.o |
2 | CC = g++ | 2 | CC = g++ |
3 | CFLAGS = `pkg-config sdl --cflags` | 3 | CFLAGS = `pkg-config sdl --cflags` |
4 | LIBS = `pkg-config sdl --libs` | 4 | LIBS = `pkg-config sdl --libs` |