beremiz
Clone
Summary
Browse
Changes
Graph
Add a little test to see OnChange's .count .first .last in action
svghmi
2020-12-10, Edouard Tisserant
10b2e620b57f
Add a little test to see OnChange's .count .first .last in action
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 $< -> $@"