beremiz
Clone
Summary
Browse
Changes
Graph
fix displaying result of update check during Beremiz startup
2017-10-17, Andrey Skvortsov
a347459df3a4
fix displaying result of update check during Beremiz startup
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 $< -> $@"