beremiz

Runtime: Fix IEC/ctypes/python3 type mapping

2023-05-22, Edouard Tisserant
6f3e20690172
Runtime: Fix IEC/ctypes/python3 type mapping
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 $< -> $@"