beremiz
Clone
Summary
Browse
Changes
Graph
now only correct chart can be created in SFC Viewer
2016-11-17, Sergey Surkov
a4bf874e4949
now only correct chart can be created in SFC Viewer
if user trying to connect incompatible blocks (by IEC 61131-3 standard), wire highlight will become red
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 $< -> $@"