summaryrefslogtreecommitdiffstats
path: root/daemon/fromd/Makefile
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-08 11:23:33 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-08 11:23:33 +0800
commit92e58a71d62d05a505d97f49aca4809e572a13aa (patch)
treee734e7221ede549002d091ad9090c0f0282bd098 /daemon/fromd/Makefile
parent025b412716299fa943df505f4da4fd5cef8eb146 (diff)
downloadpttbbs-92e58a71d62d05a505d97f49aca4809e572a13aa.tar
pttbbs-92e58a71d62d05a505d97f49aca4809e572a13aa.tar.gz
pttbbs-92e58a71d62d05a505d97f49aca4809e572a13aa.tar.bz2
pttbbs-92e58a71d62d05a505d97f49aca4809e572a13aa.tar.lz
pttbbs-92e58a71d62d05a505d97f49aca4809e572a13aa.tar.xz
pttbbs-92e58a71d62d05a505d97f49aca4809e572a13aa.tar.zst
pttbbs-92e58a71d62d05a505d97f49aca4809e572a13aa.zip
Added fromd test client
Clean headers git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4096 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'daemon/fromd/Makefile')
-rw-r--r--daemon/fromd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/daemon/fromd/Makefile b/daemon/fromd/Makefile
index 5e3e9aaa..054f9224 100644
--- a/daemon/fromd/Makefile
+++ b/daemon/fromd/Makefile
@@ -2,7 +2,7 @@
SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"
-PROGRAMS= fromd
+PROGRAMS= fromd fromc
LDLIBS+= $(SRCROOT)/common/sys/libcmsys.a \
$(SRCROOT)/common/bbs/libcmbbs.a
@@ -18,5 +18,8 @@ all: ${PROGRAMS}
fromd: fromd.o ip_desc_db.o
${CC} ${CFLAGS} ${LDFLAGS} -levent -o $@ $> $(LDLIBS)
+fromc: fromc.o
+ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $> $(LDLIBS)
+
clean:
rm -f *~ ${PROGRAMS} fromd.o ip_desc_db.o