You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/internal/plugin/testdata/src/extismv1-test/Makefile

13 lines
209 B

.DEFAULT: build
.PHONY: build test vet
.PHONY: plugin.wasm
plugin.wasm:
GOOS=wasip1 GOARCH=wasm go build -buildmode=c-shared -o plugin.wasm .
build: plugin.wasm
vet:
GOOS=wasip1 GOARCH=wasm go vet ./...