beremiz
Clone
Summary
Browse
Changes
Graph
SVG: fix HMI:Assign widget to properly handle single-letter variable names.
py2compat
2024-04-03, Edouard Tisserant
0f31ba96df8d
SVG: fix HMI:Assign widget to properly handle single-letter variable names.
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 $< -> $@"