beremiz
Clone
Summary
Browse
Changes
Graph
Fix error when searching accross project. Collection of result wasn't initialized and was failing in case some CTN was returning no result.
2019-03-22, Edouard Tisserant
46a1e8d1e92c
Fix error when searching accross project. Collection of result wasn't initialized and was failing in case some CTN was returning no result.
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 $< -> $@"