beremiz

Tests: add encrypted OPCUA browsing test.
wxPython4
2022-11-15, Edouard Tisserant
2f79540660f6
Tests: add encrypted OPCUA browsing test.
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 $< -> $@"