summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-11-07 21:55:50 +0000
committerFreeArtMan <dos21h@gmail.com>2015-11-07 21:55:50 +0000
commit04918e30ddd690ec0f1b5fd231eb616ad60aed65 (patch)
tree8b4c943c836640523ca44d6b4eb72a89e603bf92 /Makefile
parent07a0921a8e81ccb0388a71eb78767b1d2ae5d77f (diff)
downloadmicrobbs-04918e30ddd690ec0f1b5fd231eb616ad60aed65.tar.gz
microbbs-04918e30ddd690ec0f1b5fd231eb616ad60aed65.zip
Added netbytes library. For binary data serialisation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c809b3..af7375b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PROJECT=microbbs
CC=gcc
CFLAGS=
-SOURCES=articles.c bbsconfig.c buildinfo.c captcha.c door.c file_use.c ini.c list.c logs.c mmm.c motd.c sds.c session.c statistics.c sysinfo.c telnetd.c textview.c todo.c twit.c user.c vote.c
+SOURCES=articles.c bbsconfig.c buildinfo.c captcha.c door.c file_use.c ini.c list.c logs.c mmm.c motd.c netbytes.c sds.c session.c statistics.c sysinfo.c telnetd.c textview.c todo.c twit.c user.c vote.c
OBJECTS=$(SOURCES:.c=.o)
BUILD_DIR=build_dir