This commit is contained in:
Wolfgang Hottgenroth 2025-02-13 17:24:33 +01:00
parent b41db4f2ae
commit 5b916664aa
Signed by: wn
GPG Key ID: 18FDFA577A8871AD
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
agentx-go

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
.PHONY: build clean
build:
GOOS=openbsd GOARCH=amd64 go build -o agentx-go main.go
clean:
-rm agentx-go