summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2009-06-18 17:20:59 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2009-06-18 17:20:59 -0400
commit71045152800ab0cc0dce6ec70dba9d7f9bb9dab5 (patch)
tree7a2f76780cfd16ecf22ff82a0229631b83f5cd0a /Makefile
parent024d098c686ae971176332d91db91582ad353c17 (diff)
downloadmazeoflife-71045152800ab0cc0dce6ec70dba9d7f9bb9dab5.tar.gz
mazeoflife-71045152800ab0cc0dce6ec70dba9d7f9bb9dab5.tar.bz2
mazeoflife-71045152800ab0cc0dce6ec70dba9d7f9bb9dab5.zip
Started Board class
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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 @@
1OBJS = mazeoflife.o gamestate.o 1OBJS = mazeoflife.o gamestate.o board.o
2CC = g++ 2CC = g++
3CFLAGS = `pkg-config sdl --cflags` 3CFLAGS = `pkg-config sdl --cflags`
4LIBS = `pkg-config sdl --libs` 4LIBS = `pkg-config sdl --libs`