beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: explicit handling of undefined maximum widget update frequency
svghmi
2020-05-13, Edouard Tisserant
5ad82541b46e
SVGHMI: explicit handling of undefined maximum widget update frequency
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 $< -> $@"