Makefile #1

  • //
  • guest/
  • jen_bottom/
  • vagrant/
  • ldap/
  • ldap-vagrant/
  • examples/
  • go/
  • bind/
  • Makefile
  • View
  • Commits
  • Open Download .zip Download (132 B)
build: bind

bind: *.go go.*
	GOOS=linux GOARCH=amd64 go build -v -o $@ -ldflags="-s -w"

clean:
	rm -rf bind*

.PHONY: build clean
# Change User Description Committed
#1 25614 Jen Bottom Integrating changes to LDAP setup from dev to main