summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-14 21:38:09 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-14 21:38:09 +0800
commit416c211e7d2fb54bb2e1df432e01ac8772c1c763 (patch)
treea228ca785dd04cbfc7ac5f577dce74bd63f79c93 /util/Makefile
parent994e44a546b9e0a7bfbbd3ee935a3882b780f2cc (diff)
downloadpttbbs-416c211e7d2fb54bb2e1df432e01ac8772c1c763.tar
pttbbs-416c211e7d2fb54bb2e1df432e01ac8772c1c763.tar.gz
pttbbs-416c211e7d2fb54bb2e1df432e01ac8772c1c763.tar.bz2
pttbbs-416c211e7d2fb54bb2e1df432e01ac8772c1c763.tar.lz
pttbbs-416c211e7d2fb54bb2e1df432e01ac8772c1c763.tar.xz
pttbbs-416c211e7d2fb54bb2e1df432e01ac8772c1c763.tar.zst
pttbbs-416c211e7d2fb54bb2e1df432e01ac8772c1c763.zip
fix cleanshm, add to Makefile (but not in default entry)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1242 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r--util/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/Makefile b/util/Makefile
index b4788abd..a3931ca6 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -85,3 +85,5 @@ installbbsctl: bbsctl
chown root /home/bbs/bin/bbsctl
chmod 4755 /home/bbs/bin/bbsctl
+cleanshm: cleanshm.c ${UTIL_OBJS}
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${fn} ${UTIL_OBJS} cleanshm.c