added DEBUG flags

added REST, DEBUG description in make help
This commit is contained in:
2014-11-18 10:50:38 +01:00
parent 9a43fb4082
commit 3921dc2bf8
2 changed files with 15 additions and 1 deletions

View File

@ -173,6 +173,11 @@ help:
@echo "make help lists possible targets"
@echo ""
@echo ""
@echo "Makefile variables"
@echo "REST=yes compile REST-aware Receiver (POCO and JsonBox libraries required)"
@echo "DEBUG=1,2 set debug level to 1 (VERBOSE) or 2 (VERYVERBOSE)"
@echo ""
@echo ""
@echo "Variables - to change them run <source configure> :"
@echo "INSTALLROOT=<yourdir>: installation root di r, default $PWD"
@echo "BINDIR=<yourbin>: binary installation dir below INSTALLROOT, default bin"