beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix syntax error in sprintf.js and force makefile to regen xslt files when sprintf.js changes
2022-05-06, Edouard Tisserant
2fb9849c6721
SVGHMI: fix syntax error in sprintf.js and force makefile to regen xslt files when sprintf.js changes
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 $< -> $@"