beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Optimize sumarized_elements xslt function, taking most of SVGHMI build time.
svghmi
2021-02-23, Edouard Tisserant
edd558965f58
SVGHMI: Optimize sumarized_elements xslt function, taking most of SVGHMI build time.
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 $< -> $@"