beremiz

OPC-UA client : python3 + AsyncUA fixes

2023-06-18, Edouard Tisserant
46f3ca3f0157
OPC-UA client : python3 + AsyncUA fixes
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 $< -> $@"