diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-28 14:40:40 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-28 14:40:40 +0800 |
commit | 65d4bcd2a27f0ad51345695cad2a0636f45718cb (patch) | |
tree | e182f4e1334a0f4b058811c130a0a1ae4ec24188 /mbbsd/Makefile | |
parent | c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d (diff) | |
download | pttbbs-65d4bcd2a27f0ad51345695cad2a0636f45718cb.tar pttbbs-65d4bcd2a27f0ad51345695cad2a0636f45718cb.tar.gz pttbbs-65d4bcd2a27f0ad51345695cad2a0636f45718cb.tar.bz2 pttbbs-65d4bcd2a27f0ad51345695cad2a0636f45718cb.tar.lz pttbbs-65d4bcd2a27f0ad51345695cad2a0636f45718cb.tar.xz pttbbs-65d4bcd2a27f0ad51345695cad2a0636f45718cb.tar.zst pttbbs-65d4bcd2a27f0ad51345695cad2a0636f45718cb.zip |
- register: (exp) complete testing code for regform 2: now enables testing from user input to whole adm process
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4032 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 439a55bb..c0e920e9 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -118,7 +118,7 @@ initemaildb: emaildb.c $(CC) -DINIT_MAIN $(CFLAGS) $(LDFLAGS) -o initemaildb emaildb.c $(LIBS) ctags: - ctags *.c ../include/*.h -R ../common + exctags *.c ../include/*.h ../common/sys/*.c ../common/bbs/*.c test: $(PROG) killall -9 testmbbsd || true |