Skip to content

Instantly share code, notes, and snippets.

@excavador
Created July 1, 2017 07:58
Show Gist options
  • Save excavador/431951c5255f901ad07210b933f8ca2e to your computer and use it in GitHub Desktop.
Save excavador/431951c5255f901ad07210b933f8ca2e to your computer and use it in GitHub Desktop.
SIGNATURE__API = $(shell find api -type f -name "*.yaml" | sort | bin/sign | bin/update-if-different $(SIGNATURE_DIRECTORY)/api)
$(MAKE_DIRECTORY)/api: $(SIGNATURE__API) bin/dsl-api
bin/dsl-api -strict -root api/gen.a.root.yaml
@touch $@
api: $(MAKE_DIRECTORY)/api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment