mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user