beremiz
Clone
Summary
Browse
Changes
Graph
Fixed typo
nevow_service_rework
2018-07-05, Edouard Tisserant
b9cdbcc992d5
Fixed typo
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 $< -> $@"