beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: widget activable elements : moved code to wher it belongs, rewrote cleaner
svghmi
2021-02-04, Edouard Tisserant
1fb0c07bd97b
SVGHMI: widget activable elements : moved code to wher it belongs, rewrote cleaner
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 $< -> $@"