beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: refactor an factorize widget dispatch() method calling
2022-09-09, Edouard Tisserant
c9ecf7d50888
SVGHMI: refactor an factorize widget dispatch() method calling
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 $< -> $@"