summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 98922d9..97bd08d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,9 @@ CXX_FLAGS = $(CC_FLAGS) -std=c++11
OBJ_DIR = Obj
SRC_DIR = .
-OBJECTS=$(addprefix $(OBJ_DIR)/,main.o Game.o System.o HumanPlayer.o Sprite.o \
- Player.o Camera.o BaseUnit.o Unit.o Menu.o )
+OBJECTS=$(addprefix $(OBJ_DIR)/,main.o Game.o System.o HumanPlayer.o Sprite.o \
+ Player.o Camera.o BaseUnit.o Unit.o Menu.o \
+ Cursor.o HumanPlayerBtn.o)
DEPS = $(OBJECTS:.o=.d)