nginx-otel-nix/config.make
2023-06-01 22:14:08 +00:00

10 lines
126 B
Makefile

cat << END >> $NGX_MAKEFILE
modules: ngx_otel_module
ngx_otel_module:
make -C $NGX_OBJS/otel
.PHONY: ngx_otel_module
END