beremiz
Clone
Summary
Browse
Changes
Graph
Moved XSLT model query python code so that XSLT part can be reused for other transformations
2019-08-09, Edouard Tisserant
3ba6a2d26507
Moved XSLT model query python code so that XSLT part can be reused for other transformations
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 $< -> $@"