diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-20 12:43:34 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-06-20 12:43:34 -0400 |
commit | 306c130cc425e96d2088f68551c4bb77dad412d3 (patch) | |
tree | a2ce9296ec53f0bdcce7eaeddc3a6292edf5bcf7 /Makefile | |
parent | 11decc4e626d0f949d816d9760a1f4012e1769b7 (diff) | |
download | mazeoflife-306c130cc425e96d2088f68551c4bb77dad412d3.tar.gz mazeoflife-306c130cc425e96d2088f68551c4bb77dad412d3.tar.bz2 mazeoflife-306c130cc425e96d2088f68551c4bb77dad412d3.zip |
Added BMPs back
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 @@ | |||
1 | OBJS = mazeoflife.o titlestate.o htpstate.o gamestate.o | 1 | OBJS = mazeoflife.o titlestate.o htpstate.o gamestate.o |
2 | CC = g++ | 2 | CC = g++ |
3 | CFLAGS = `sdl-config --cflags` -I/usr/local/include/SDL | 3 | CFLAGS = `pkg-config sdl --cflags` |
4 | LIBS = `sdl-config --libs` -lSDL_image | 4 | LIBS = `pkg-config sdl --libs` |
5 | 5 | ||
6 | mazeoflife: $(OBJS) | 6 | mazeoflife: $(OBJS) |
7 | $(CC) $(OBJS) $(LIBS) -o mazeoflife | 7 | $(CC) $(OBJS) $(LIBS) -o mazeoflife |