beremiz
Clone
Summary
Browse
Changes
Graph
Added some immutable field (platform) in default runtime web setting page, for the example.
nevow_service_rework
2018-07-06, Edouard Tisserant
a603d1ba287b
Added some immutable field (platform) in default runtime web setting page, for the example.
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 $< -> $@"