summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
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