Makefile #1

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

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

clean:
	rm -rf search-web*

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