beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix widget's update frequency forcing : syntax checking was enforcing unit and js code was using undefined variables
2022-05-06, Edouard Tisserant
1202b47e7e63
SVGHMI: fix widget's update frequency forcing : syntax checking was enforcing unit and js code was using undefined variables
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 $< -> $@"