beremiz
Clone
Summary
Browse
Changes
Graph
python runtime: Wamp client now parses PSK file to extract secret from it instead of using the whole file as a secret.
py2compat
15 months ago, Edouard Tisserant
3463e068d069
python runtime: Wamp client now parses PSK file to extract secret from it instead of using the whole file as a secret.
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 $< -> $@"