beremiz
Clone
Summary
Browse
Changes
Graph
Allow using spin() from ProcessLogger even with no logger given.
2021-03-23, Edouard Tisserant
244598a6a0d6
Allow using spin() from ProcessLogger even with no logger given.
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 $< -> $@"