summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2009-06-20 12:43:34 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2009-06-20 12:43:34 -0400
commit306c130cc425e96d2088f68551c4bb77dad412d3 (patch)
treea2ce9296ec53f0bdcce7eaeddc3a6292edf5bcf7 /Makefile
parent11decc4e626d0f949d816d9760a1f4012e1769b7 (diff)
downloadmazeoflife-306c130cc425e96d2088f68551c4bb77dad412d3.tar.gz
mazeoflife-306c130cc425e96d2088f68551c4bb77dad412d3.tar.bz2
mazeoflife-306c130cc425e96d2088f68551c4bb77dad412d3.zip
Added BMPs back
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 0c18181..7f503ba 100644 --- a/Makefile +++ b/Makefile
@@ -1,7 +1,7 @@
1OBJS = mazeoflife.o titlestate.o htpstate.o gamestate.o 1OBJS = mazeoflife.o titlestate.o htpstate.o gamestate.o
2CC = g++ 2CC = g++
3CFLAGS = `sdl-config --cflags` -I/usr/local/include/SDL 3CFLAGS = `pkg-config sdl --cflags`
4LIBS = `sdl-config --libs` -lSDL_image 4LIBS = `pkg-config sdl --libs`
5 5
6mazeoflife: $(OBJS) 6mazeoflife: $(OBJS)
7 $(CC) $(OBJS) $(LIBS) -o mazeoflife 7 $(CC) $(OBJS) $(LIBS) -o mazeoflife