diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-18 17:20:59 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-18 17:20:59 -0400 |
commit | 71045152800ab0cc0dce6ec70dba9d7f9bb9dab5 (patch) | |
tree | 7a2f76780cfd16ecf22ff82a0229631b83f5cd0a /Makefile | |
parent | 024d098c686ae971176332d91db91582ad353c17 (diff) | |
download | mazeoflife-71045152800ab0cc0dce6ec70dba9d7f9bb9dab5.tar.gz mazeoflife-71045152800ab0cc0dce6ec70dba9d7f9bb9dab5.tar.bz2 mazeoflife-71045152800ab0cc0dce6ec70dba9d7f9bb9dab5.zip |
Started Board class
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 0eb1738..3361044 100644 --- a/Makefile +++ b/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | OBJS = mazeoflife.o gamestate.o | 1 | OBJS = mazeoflife.o gamestate.o board.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` |