go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/web/rpcexplorer/Makefile (about) 1 default: help 2 3 help: 4 @echo "Available commands:" 5 @sed -n '/^[a-zA-Z0-9_]*:/s/:.*//p' <Makefile 6 7 release: 8 rm -rf dist && npm ci && npm run build