beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: more debug code moved to hmi_tree.ysl2
svghmi
2020-03-17, Edouard Tisserant
b67af0b8dc72
SVGHMI: more debug code moved to hmi_tree.ysl2
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 $< -> $@"