diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ OBJ_DIR = Obj SRC_DIR = . OBJECTS=$(addprefix $(OBJ_DIR)/,main.o Game.o System.o HumanPlayer.o Sprite.o \ - Player.o Camera.o Unit.o Menu.o ) + Player.o Camera.o BaseUnit.o Unit.o Menu.o ) DEPS = $(OBJECTS:.o=.d) |
