beremiz
Clone
Summary
Browse
Changes
Graph
Moved trace buffer unpacking in the IDE. Latest traced variable samples are now passed as a single string
2015-01-30, Edouard Tisserant
4a45f6642523
Moved trace buffer unpacking in the IDE. Latest traced variable samples are now passed as a single string
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 $< -> $@"