From 712439932ce9ac04fa6354cd4603046232121974 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 9 Jun 2015 17:51:57 +0300 Subject: Added twitting messages --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9bf3049..8c809b3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJECT=microbbs CC=gcc -CFLAGS=-g3 -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 user.c vote.c +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 OBJECTS=$(SOURCES:.c=.o) BUILD_DIR=build_dir -- cgit v1.2.3