diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-18 18:02:54 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-18 18:02:54 -0400 |
commit | 7b92903af52dbdf4b0dbfa10dc45345531d88595 (patch) | |
tree | d27f2ca24df37788a110919c5395faa3962b12d4 /Makefile | |
parent | 71045152800ab0cc0dce6ec70dba9d7f9bb9dab5 (diff) | |
download | mazeoflife-7b92903af52dbdf4b0dbfa10dc45345531d88595.tar.gz mazeoflife-7b92903af52dbdf4b0dbfa10dc45345531d88595.tar.bz2 mazeoflife-7b92903af52dbdf4b0dbfa10dc45345531d88595.zip |
Added Level class
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 3361044..2335076 100644 --- a/Makefile +++ b/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | OBJS = mazeoflife.o gamestate.o board.o | 1 | OBJS = mazeoflife.o gamestate.o board.o level.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` |