beremiz
Clone
Summary
Browse
Changes
Graph
xmlclass : Ensured precedence of newly defined class in case of conflicting declaration
2014-04-02, Edouard Tisserant
0b9cd761a356
xmlclass : Ensured precedence of newly defined class in case of conflicting declaration
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 $< -> $@"