beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fading page switch : to avoid blinking, page stays black once fading finished and next page is still not ready.
2022-06-15, Edouard Tisserant
b90a0acc8c4e
SVGHMI: fading page switch : to avoid blinking, page stays black once fading finished and next page is still not ready.
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 $< -> $@"