beremiz
Clone
Summary
Browse
Changes
Graph
py_ext: add CSV file reading POUs in python extension library
2022-12-16, Edouard Tisserant
3c60c78dfa5d
py_ext: add CSV file reading POUs in python extension library
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 $< -> $@"