ProxmoxAAS-LDAP/Makefile
2025-02-11 07:09:48 +00:00

9 lines
119 B
Makefile

build: clean
CGO_ENABLED=0 go build -ldflags="-s -w" -o dist/ .
test: clean
go run .
clean:
go clean
rm -f dist/*