beremiz
Clone
Summary
Browse
Changes
Graph
py_ext: CSV Writer output FB interface: ERROR and RESULT are valid when ACK is TRUE.
py2compat
18 months ago, Edouard Tisserant
2a10e3e6d068
py_ext: CSV Writer output FB interface: ERROR and RESULT are valid when ACK is TRUE.
+ updated svghmi_csv_json_img_table accordingly
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 $< -> $@"