This commit is contained in:
parent
483a130848
commit
4f66632e5a
1
Makefile
1
Makefile
|
@ -15,7 +15,6 @@ site: clean
|
|||
go run ./cmd/gendocs/main.go ./_docs/mod/fs.md build/site/mod/fs/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/mod/os.md build/site/mod/os/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/mod/itrs.md build/site/mod/itrs/index.html
|
||||
go run ./cmd/gendocs/main.go ./_docs/mod/lists.md build/site/mod/lists/index.html
|
||||
GOOS=js GOARCH=wasm go build -o build/site/playwasm.wasm ./cmd/playwasm/.
|
||||
|
||||
site-deploy: site
|
||||
|
|
Loading…
Reference in a new issue