ProxmoxAAS-LDAP/Makefile
Arthur Lu bb574e4e2a fix default session cookie max age,
disable cgo in build
2024-07-18 20:22:12 +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/*