beremiz
Clone
Summary
Browse
Changes
Graph
Py_ext: add CSV write by String FB + refactoring
16 months ago, Edouard Tisserant
79aa1772f491
Py_ext: add CSV write by String FB + refactoring
- CSV_WRITE_BY_STR can create file from scratch
- Moved python runtime code from a string to a separate file.
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 $< -> $@"