diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-18 19:37:24 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-18 19:37:24 -0400 |
commit | 8c1f08f2133de108fd354dd07c65e0c24ecc1d38 (patch) | |
tree | d16d476ce82776a99d949234d0b8381223c7cc87 /Makefile | |
parent | 7b92903af52dbdf4b0dbfa10dc45345531d88595 (diff) | |
download | mazeoflife-8c1f08f2133de108fd354dd07c65e0c24ecc1d38.tar.gz mazeoflife-8c1f08f2133de108fd354dd07c65e0c24ecc1d38.tar.bz2 mazeoflife-8c1f08f2133de108fd354dd07c65e0c24ecc1d38.zip |
Wrote Life solver
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 2335076..0eb1738 100644 --- a/Makefile +++ b/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | OBJS = mazeoflife.o gamestate.o board.o level.o | 1 | OBJS = mazeoflife.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` |