Add a short help text to the end of make

Thanks to various people for helping with this.
Most notably DarthGandalf (again).


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2079 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-07-10 07:10:16 +00:00
parent e0dda30871
commit 8b5ba0f186
+8
View File
@@ -42,6 +42,14 @@ DISTCLEAN := Makefile config.log config.status znc-config znc-buildmod .depend \
.PHONY: all man modules clean distclean install
all: znc man modules $(LIBZNC)
@echo ""
@echo " ZNC was successfully compiled. You may use"
@echo " '$(MAKE) install' to install ZNC to '$(prefix)'."
@echo " You can then use '$(bindir)/znc --makeconf'"
@echo " to generate a config file."
@echo ""
@echo " If you need help with using ZNC, please visit our wiki at:"
@echo " http://znc.in"
ifeq "$(LIBZNC)" ""
OBJS := $(BIN_OBJS) $(LIB_OBJS)