beremiz
Clone
Summary
Browse
Changes
Graph
Removed depricated matiec stdlib-code-generator-generator
2014-01-27, Edouard Tisserant
fb19c6226ff5
Removed depricated matiec stdlib-code-generator-generator
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 $< -> $@"