beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: almost rewrote Input widget to make it new class based style.
svghmi
2020-12-18, Edouard Tisserant
3e184f1e1012
SVGHMI: almost rewrote Input widget to make it new class based style.
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 $< -> $@"