beremiz

SVGHMI: clean up dead code, update generated xslt.
svghmi
2020-05-10, Edouard Tisserant
b5dccd0d99ac
SVGHMI: clean up dead code, update generated xslt.
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 $< -> $@"