summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97bd08d..703ab3b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ 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 \
- Cursor.o HumanPlayerBtn.o)
+ Cursor.o HumanPlayerBtn.o Coordinates.o)
DEPS = $(OBJECTS:.o=.d)