beremiz
Clone
Summary
Browse
Changes
Graph
remove in-tree version of Zeroconf and use upstream from
2017-09-22, Andrey Skvortsov
e598d1acf354
remove in-tree version of Zeroconf and use upstream from
python-zeroconf package
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 $< -> $@"