beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI : Added python fomating {port} and {name} to commands so that command can build target URL
svghmi
2020-01-13, Edouard Tisserant
074f43e6e114
SVGHMI : Added python fomating {port} and {name} to commands so that command can build target URL
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 $< -> $@"