blob: 8eae603a7a4c4f66c8eae3d9faac5c02e577f361 [file] [log] [blame]
.PHONY: build docs release push
build:
go install ./go/jsdoc
docs:
npm install
./node_modules/.bin/jsdoc -c jsdoc.config.js
release:
CGO_ENABLED=0 GOOS=linux go install -a ./go/jsdoc
./build_docker_release
push: release skia-public
pushk jsdoc
include ../make/clusters.mk