beremiz

SVGHMI: update generated XSLT filesw

2022-06-10, Edouard Tisserant
0d7f9c555ae2
SVGHMI: update generated XSLT filesw
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 $< -> $@"