beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Added parsing of min and max value that can be given as @path,min,max in widget description
svghmi
2020-12-24, Edouard Tisserant
a098b2dd9dff
SVGHMI: Added parsing of min and max value that can be given as @path,min,max in widget description
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 $< -> $@"