diff options
| author | Franklin Wei <git@fwei.tk> | 2015-12-05 13:20:26 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-12-05 13:20:26 -0500 |
| commit | cdd4bc0b411d6834952434b80313b5ee0b131db0 (patch) | |
| tree | 215ce96e0f2de497bd257f582384aba49d5942bf /Makefile | |
| parent | 8fca7ee4076aaefe7122be86abda5e9ae6a50ff7 (diff) | |
| download | netcosm-cdd4bc0b411d6834952434b80313b5ee0b131db0.zip netcosm-cdd4bc0b411d6834952434b80313b5ee0b131db0.tar.gz netcosm-cdd4bc0b411d6834952434b80313b5ee0b131db0.tar.bz2 netcosm-cdd4bc0b411d6834952434b80313b5ee0b131db0.tar.xz | |
telnet support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |