beremiz

fd9bfe601d10
WAMP: enhance feedback for connection problems from IDE or CLI

In case of authentication or TLS error, explicit warning is addressed to user through log messages.
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"