beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: allow widgets to disable clipping on variables given with min and max. Setting this.clip = false disables clipping.
2022-05-05, Edouard Tisserant
e5967a2ae2bb
SVGHMI: allow widgets to disable clipping on variables given with min and max. Setting this.clip = false disables clipping.
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 $< -> $@"