build: list-people list-people: *.go go.* GOOS=linux GOARCH=amd64 go build -v -o $@ -ldflags="-s -w" clean: rm -rf list-people* .PHONY: build clean
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 25614 | Jen Bottom | Integrating changes to LDAP setup from dev to main |