beremiz
Clone
Summary
Browse
Changes
Graph
Extended wxHMI test
2015-06-18, Edouard Tisserant
9ee3a2dea7e8
Extended wxHMI test
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 $< -> $@"