beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: Handle errors in user's python code more gracefully : make exceptions and allow repair.
svghmi
2021-07-15, Edouard Tisserant
725d3e9ac913
Runtime: Handle errors in user's python code more gracefully : make exceptions and allow repair.
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 $< -> $@"