summaryrefslogtreecommitdiffstats
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 be57326..7217c9d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ else
LDFLAGS=-lGLU -lglut
endif
-SOURCES=Cell.cpp Field.cpp Controller.cpp Game.cpp MainWindow.cpp KeyboardController.cpp Player.cpp
+SOURCES=Cell.cpp Field.cpp Controller.cpp Game.cpp MainWindow.cpp KeyboardController.cpp Player.cpp AIController.cpp
OBJECTS=$(SOURCES:.cpp=.o)
MAIN_SOURCE=TrollTron.cpp
MAIN=trolltron