beremiz
Clone
Summary
Browse
Changes
Graph
Copy description when DnD variables from CodeFile CTN to POUs
svghmi
2021-06-10, Edouard Tisserant
b1bc6099d4e5
Copy description when DnD variables from CodeFile CTN to POUs
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 $< -> $@"