amazon-archives / aws-service-operator

AWS Service Operator allows you to create AWS resources using kubectl.
Apache License 2.0
732 stars 97 forks source link

Minor Makefile Tweak #127

Closed joerocklin closed 6 years ago

joerocklin commented 6 years ago

Description of changes: This shifts the logic of how to install the code generation components into the Makefile for the code generation code. It also will rebuild the code generation tool before installing. This ensures the latest templates are bundled and included in the binary before use.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.