beremiz
Clone
Summary
Browse
Changes
Graph
Moved twisted/nevow/athena away from Berermiz_service.py + some minor cleanup
2015-02-05, Edouard Tisserant
19ebe96b41c0
Moved twisted/nevow/athena away from Berermiz_service.py + some minor cleanup
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 $< -> $@"