4 lines
37 B
Makefile
4 lines
37 B
Makefile
|
|
.PHONY: lint
|
||
|
|
lint:
|
||
|
|
nginx -t || true
|