beremiz
Clone
Summary
Browse
Changes
Graph
Fixed non initialized timer causing exception in some rare cases (continued)
2014-02-27, Edouard Tisserant
bc14b43bd27f
Fixed non initialized timer causing exception in some rare cases (continued)
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 $< -> $@"