beremiz

OPC-UA: cosmetic fix and armless typo

2022-01-17, Edouard Tisserant
3aac4241dafa
OPC-UA: cosmetic fix and armless typo
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 $< -> $@"