summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2009-06-18 18:02:54 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2009-06-18 18:02:54 -0400
commit7b92903af52dbdf4b0dbfa10dc45345531d88595 (patch)
treed27f2ca24df37788a110919c5395faa3962b12d4 /Makefile
parent71045152800ab0cc0dce6ec70dba9d7f9bb9dab5 (diff)
downloadmazeoflife-7b92903af52dbdf4b0dbfa10dc45345531d88595.tar.gz
mazeoflife-7b92903af52dbdf4b0dbfa10dc45345531d88595.tar.bz2
mazeoflife-7b92903af52dbdf4b0dbfa10dc45345531d88595.zip
Added Level class
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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 @@
1OBJS = mazeoflife.o gamestate.o board.o 1OBJS = mazeoflife.o gamestate.o board.o level.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`