9 lines
201 B
Makefile
9 lines
201 B
Makefile
|
all: ngx_http_set_misc_module.so
|
||
|
|
||
|
ngx_http_set_misc_module.so: export DOCKER_BUILDKIT=1
|
||
|
ngx_http_set_misc_module.so:
|
||
|
docker build --no-cache --output type=local,dest=output .
|
||
|
|
||
|
clean:
|
||
|
rm -rf output
|