beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Iec2CSettings: Log wasn't available in case of exception when launching iec2c.
mc9_backport_2
2021-03-02, Edouard Tisserant
84cc3dc799a8
IDE: Iec2CSettings: Log wasn't available in case of exception when launching iec2c.
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 $< -> $@"