diff options
Diffstat (limited to 'upgrade/Makefile')
-rw-r--r-- | upgrade/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/upgrade/Makefile b/upgrade/Makefile index d050eba1..98903405 100644 --- a/upgrade/Makefile +++ b/upgrade/Makefile @@ -18,9 +18,7 @@ LIBS+= $(SRCROOT)/src/libbbsutil/libbbsutil.a \ all: echo "Usually you won't build everything for upgrading, so we let you decide what to run." + echo "Please type make rDDDD_XXXX to build your upgrade program." $(SRCROOT)/include/var.h: $(SRCROOT)/mbbsd/var.c cd $(SRCROOT)/mbbsd; $(MAKE) $(SRCROOT)/include/var.h - -r2014convert: r2014convert.c - $(CCACHE) ${CC} ${CFLAGS} ${LDFLAGS} -o r2014convert r2014convert.c $(LIBS) |