Makefile 573 B

123456789101112131415
  1. build:
  2. go get
  3. go install
  4. cd generate-gnostic; go get; go install
  5. cd apps/report; go get; go install
  6. cd apps/petstore-builder; go get; go install
  7. cd plugins/gnostic-go-sample; go get; go install
  8. cd plugins/gnostic-go-generator/encode-templates; go get; go install
  9. cd plugins/gnostic-go-generator; go get; go install
  10. rm -f $(GOPATH)/bin/gnostic-go-client $(GOPATH)/bin/gnostic-go-server
  11. ln -s $(GOPATH)/bin/gnostic-go-generator $(GOPATH)/bin/gnostic-go-client
  12. ln -s $(GOPATH)/bin/gnostic-go-generator $(GOPATH)/bin/gnostic-go-server
  13. cd extensions/sample; make