beremiz
Clone
Summary
Browse
Changes
Graph
Launcher : add a debug attribute, instead of BMZ_DBG, so that customization can use it.
2018-02-05, Edouard Tisserant
d430a67c8462
Launcher : add a debug attribute, instead of BMZ_DBG, so that customization can use it.
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 $< -> $@"