Created
July 1, 2017 07:58
-
-
Save excavador/431951c5255f901ad07210b933f8ca2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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