beremiz
Clone
Summary
Browse
Changes
Graph
ClassImporter now accepts string, callable or class, for compatibility with some old extensions.
2018-02-02, Edouard Tisserant
65edbc03fdbf
ClassImporter now accepts string, callable or class, for compatibility with some old extensions.
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 $< -> $@"