Skip to content

Instantly share code, notes, and snippets.

@excavador
Created July 1, 2017 07:56
Show Gist options
  • Save excavador/47feac94fd7b7d13854008f882896bf3 to your computer and use it in GitHub Desktop.
Save excavador/47feac94fd7b7d13854008f882896bf3 to your computer and use it in GitHub Desktop.
SIGNATURE__API = $(shell make/02.files-api.sh | sort | bin/sign | bin/update-if-different $(SIGNATURE_DIRECTORY)/api)
API_MARKER := $(MAKE_DIRECTORY)/api
$(API_MARKER): $(SIGNATURE__API) bin/dsl-api
bin/dsl-api -strict -root api/gen.a.root.yaml
@touch $@
api: $(API_MARKER)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment