beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Extend widget labels parsing to allow expressing widget's accepted types in labels
svghmi
2021-05-03, Edouard Tisserant
e4e27c4efb96
SVGHMI: Extend widget labels parsing to allow expressing widget's accepted types in labels
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 $< -> $@"