beremiz
Clone
Summary
Browse
Changes
Graph
Now, runtime extensions should be able to add their own settings to web configuration interface.
nevow_service_rework
2018-06-22, Edouard Tisserant
ee2675e4778d
Now, runtime extensions should be able to add their own settings to web configuration interface.
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 $< -> $@"