beremiz
Clone
Summary
Browse
Changes
Graph
OPC-UA: Removed more "LocalizedText()", this time in selected variable list
2021-10-29, Edouard Tisserant
c25a752b664e
OPC-UA: Removed more "LocalizedText()", this time in selected variable list
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 $< -> $@"