diff options
Diffstat (limited to 'common/bbs/Makefile')
-rw-r--r-- | common/bbs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bbs/Makefile b/common/bbs/Makefile index 5edff9bb..6db6f465 100644 --- a/common/bbs/Makefile +++ b/common/bbs/Makefile @@ -3,7 +3,7 @@ SRCROOT:= ../.. .include "$(SRCROOT)/pttbbs.mk" -SRCS:= log.c money.c names.c path.c time.c string.c fhdr_stamp.c +SRCS:= log.c money.c names.c path.c time.c string.c fhdr_stamp.c cache.c LIB:= cmbbs install: |