beremiz
Clone
Summary
Browse
Changes
Graph
Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument.
2018-10-15, Edouard Tisserant
bef2b4b87370
Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument.
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 $< -> $@"