beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: more accurate filtering of elements to unlink or not
2021-11-30, Edouard Tisserant
a65bcbb6af20
SVGHMI: more accurate filtering of elements to unlink or not
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 $< -> $@"