beremiz

PYRO: enlarge timeout for too big PLC to still transfer and load.
py2compat
20 months ago, Edouard Tisserant
2d37b78f4b5b
PYRO: enlarge timeout for too big PLC to still transfer and load.
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 $< -> $@"