beremiz
Clone
Summary
Browse
Changes
Graph
fix issue with changing annonced Pyro service name via taskbar icon
2016-12-07, Andrey Skvortsov
049b7144a710
fix issue with changing annonced Pyro service name via taskbar icon
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 $< -> $@"