beremiz
Clone
Summary
Browse
Changes
Graph
Fix template conflict in XSLT with lxml>=4.9.0. Thanks to GP Orcullo !
2023-05-13, Edouard Tisserant
8616ffd7c29d
Fix template conflict in XSLT with lxml>=4.9.0. Thanks to GP Orcullo !
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 $< -> $@"