From 8c8f1c45774a55019877761625266833531df51e Mon Sep 17 00:00:00 2001 From: John David Pressman Date: Sat, 8 Jun 2019 18:27:30 -0700 Subject: [PATCH] Try moving oneshell invocation --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index e9596f6c1..3482fbf15 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,5 @@ # Use install-deps instead of 'install' because usually 'make install' adds a # binary to the system path and we don't want to confuse users -.ONESHELL: install-deps: # Install ligo/tezos specific system-level dependencies sudo scripts/install_native_dependencies.sh @@ -17,6 +16,7 @@ build: build-deps # Build Ligo for local dev use scripts/build_ligo_local.sh +.ONESHELL: test: build eval $(opam env) dune build @ligo-test