mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-16 20:20:57 +01:00
added reset
This commit is contained in:
9
Makefile
9
Makefile
@@ -85,3 +85,12 @@ show-versions: buildlocal
|
||||
|
||||
# lint:
|
||||
# golangci-lint run -p bugs -p unused
|
||||
|
||||
buildwasm:
|
||||
env GOOS=js GOARCH=wasm go build -o $(tool).wasm $(LDFLAGS) .
|
||||
|
||||
zipwasm:
|
||||
zip -r openquell-$(SHORTVERSION).zip index.html $(tool).wasm wasm_exec.js
|
||||
|
||||
wasm: buildwasm zipwasm
|
||||
@ls -l $(tool)-$(SHORTVERSION).zip
|
||||
|
||||
Reference in New Issue
Block a user