beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Added simple HMI Tree View.
SVGHMI_compat
2019-11-15, Edouard Tisserant
d51b75cf6d95
SVGHMI: Added simple HMI Tree View.
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 $< -> $@"