.PHONY: build clean build: GOOS=openbsd GOARCH=amd64 go build -o agentx-go main.go clean: -rm agentx-go