Added some performance boosting framerate regulation
This commit is contained in:
6
Makefile
6
Makefile
@ -4,7 +4,11 @@ PROJECT=treewars
|
||||
CXX=g++
|
||||
CXXFLAGS=-DDEBUG -g `sdl-config --cflags`
|
||||
LDFLAGS=`sdl-config --libs`
|
||||
OBJECTS=main.o drawutils.o mathutils.o graph.o gamedata.o mainevent.o gamestate.o game.o titlescreen.o
|
||||
OBJECTS=\
|
||||
main.o \
|
||||
drawutils.o mathutils.o timer.o \
|
||||
graph.o gamedata.o \
|
||||
mainevent.o gamestate.o game.o titlescreen.o
|
||||
|
||||
all: $(PROJECT)
|
||||
|
||||
|
Reference in New Issue
Block a user