beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Add ForEach Widget is svghmi test
svghmi
2020-08-03, Edouard Tisserant
30b0635fe92e
SVGHMI: Add ForEach Widget is svghmi test
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 $< -> $@"