beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: add Page assignment use case in svghmi test project.
2022-11-24, Edouard Tisserant
0e886fcc56f9
SVGHMI: add Page assignment use case in svghmi test project.
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 $< -> $@"