beremiz

Named runtime's threads to ease debugging

2019-04-17, Edouard Tisserant
0e20a0d48fae
Named runtime's threads to ease debugging
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 $< -> $@"