beremiz
Clone
Summary
Browse
Changes
Graph
fix issue with compiling SFC POU with non-connected transition (type "connection")
2016-12-14, Andrey Skvortsov
18279f12a6be
fix issue with compiling SFC POU with non-connected transition (type "connection")
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 $< -> $@"