4 lines
89 B
Makefile
4 lines
89 B
Makefile
.PHONY: build
|
|
|
|
build:
|
|
GOOS=linux go build -o docker-ldap-change-password-web-ui main.go
|