aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2015-12-05 13:20:26 -0500
committerFranklin Wei <git@fwei.tk>2015-12-05 13:20:26 -0500
commitcdd4bc0b411d6834952434b80313b5ee0b131db0 (patch)
tree215ce96e0f2de497bd257f582384aba49d5942bf /Makefile
parent8fca7ee4076aaefe7122be86abda5e9ae6a50ff7 (diff)
downloadnetcosm-cdd4bc0b411d6834952434b80313b5ee0b131db0.zip
netcosm-cdd4bc0b411d6834952434b80313b5ee0b131db0.tar.gz
netcosm-cdd4bc0b411d6834952434b80313b5ee0b131db0.tar.bz2
netcosm-cdd4bc0b411d6834952434b80313b5ee0b131db0.tar.xz
telnet support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45107c1..0539e7d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC = clang
OUT = build
PLATFORM = unix
-NETCOSM_OBJ = src/server.o src/client.o src/auth.o
+NETCOSM_OBJ = src/server.o src/client.o src/auth.o src/telnet.o
CFLAGS = -O0 -g -I src/ -I target/$(PLATFORM) -Wall -Wextra
LDFLAGS = -lgcrypt