got rid of useless config.h
This commit is contained in:
parent
1580edd507
commit
2025a55fe5
4
Makefile
4
Makefile
@ -6,12 +6,12 @@ CFLAGS = -pg -O2 -fno-strict-aliasing -g `sdl-config --cflags` -Wall -Wextra \
|
|||||||
|
|
||||||
LDFLAGS = -pg -g
|
LDFLAGS = -pg -g
|
||||||
LIBS_SDL = `sdl-config --libs`
|
LIBS_SDL = `sdl-config --libs`
|
||||||
LIBS_LUA = -llua-5.1
|
LIBS_LUA = -llua
|
||||||
LIBS = -lm $(LIBS_LUA) $(LIBS_SDL)
|
LIBS = -lm $(LIBS_LUA) $(LIBS_SDL)
|
||||||
BINNAME = iceball
|
BINNAME = iceball
|
||||||
TOOLS =
|
TOOLS =
|
||||||
|
|
||||||
INCLUDES = common.h config.h
|
INCLUDES = common.h
|
||||||
OBJS = \
|
OBJS = \
|
||||||
main.o \
|
main.o \
|
||||||
vecmath.o \
|
vecmath.o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user