aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-22 16:47:24 -0400
committerFranklin Wei <franklin@fwei.tk>2014-06-22 16:47:24 -0400
commit314aa1044b78ad58e0a9e53b38c91de8714b5922 (patch)
tree86c776eb080e882903df4a723e3be8daa786bc67 /Makefile
parentcdbad1c7e4d89d8d11b34f625905b6949bba3fe7 (diff)
downloadwargames-server-314aa1044b78ad58e0a9e53b38c91de8714b5922.zip
wargames-server-314aa1044b78ad58e0a9e53b38c91de8714b5922.tar.gz
wargames-server-314aa1044b78ad58e0a9e53b38c91de8714b5922.tar.bz2
wargames-server-314aa1044b78ad58e0a9e53b38c91de8714b5922.tar.xz
Added map, improved logon garbage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b021949..d437816 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SOURCES=joshua.o main.o
+SOURCES=joshua.o main.o util.o chatbot.o
CXXFLAGS=-I. -lncurses
CFLAGS=-I. -std=gnu99
all: $(SOURCES)