beremiz
Clone
Summary
Browse
Changes
Graph
Added a way for extension to register dedicated URL under settings page URL (i.e. /settings/something)
nevow_service_rework
2018-07-10, Edouard Tisserant
73042b2d8d65
Added a way for extension to register dedicated URL under settings page URL (i.e. /settings/something)
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 $< -> $@"