beremiz
Clone
Summary
Browse
Changes
Graph
Embrio of setting form, just to test
nevow_service_rework
2018-06-22, Edouard Tisserant
32dcacb67f7a
Embrio of setting form, just to test
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 $< -> $@"