branch: externals/graphql
commit ea85c2b32be52c29e435be669445a67edfd80508
Author: Sean Allred <c...@seanallred.com>
Commit: Sean Allred <c...@seanallred.com>

    Allow makefile to be run locally without duplication
---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index c80cf398b0..7cbafb6986 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,11 @@
 # EMACS_VERSION should be set in your ~/.profile on your development machine
+EMAKE_SHA1            ?= $(shell yq r .travis.yml 'env.global[0]' | cut -d= 
-f2)
 PACKAGE_BASENAME      := graphql
 
 .DEFAULT_GOAL: help
 
+emake.mk: export EMAKE_SHA1 := $(EMAKE_SHA1)
+emake.mk:                       ## download the emake Makefile
+       $(shell yq r .travis.yml 'before_install[0]')
+
 include emake.mk

Reply via email to