beremiz

SVGHMI: cosmetic fixes in button widget
svghmi
2020-12-07, Edouard Tisserant
a70a97196654
SVGHMI: cosmetic fixes in button widget
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 $< -> $@"