diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-19 21:22:34 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-19 21:22:34 -0400 |
commit | 1941186fa99ce9a9e333d9ab0deb928937e1ea61 (patch) | |
tree | 683188717e4acbb4623460cc28f61d08edb9a3a6 /Makefile | |
parent | df28032e41530c0230b1c72c3684e1bd49c7019e (diff) | |
download | mazeoflife-1941186fa99ce9a9e333d9ab0deb928937e1ea61.tar.gz mazeoflife-1941186fa99ce9a9e333d9ab0deb928937e1ea61.tar.bz2 mazeoflife-1941186fa99ce9a9e333d9ab0deb928937e1ea61.zip |
Added How To Play
Closes #103
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b79fe63..7f503ba 100644 --- a/Makefile +++ b/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | OBJS = mazeoflife.o titlestate.o gamestate.o | 1 | OBJS = mazeoflife.o titlestate.o htpstate.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` |