aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-22 20:49:59 -0400
committerFranklin Wei <franklin@fwei.tk>2014-06-22 20:49:59 -0400
commit6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf (patch)
treead7c1f184ff872d1e875fd2fd2d2c64d3c2c400e /Makefile
parent592294999517ef547f5c60dd1e324601c98a4758 (diff)
downloadwargames-server-6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf.zip
wargames-server-6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf.tar.gz
wargames-server-6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf.tar.bz2
wargames-server-6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf.tar.xz
Added Global Themonuclear War GAME! WHEEgit status
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d437816..1f60ed0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SOURCES=joshua.o main.o util.o chatbot.o
+SOURCES=joshua.o main.o util.o chatbot.o games.o
CXXFLAGS=-I. -lncurses
CFLAGS=-I. -std=gnu99
all: $(SOURCES)