From 87ef6badf8f23d5b704875727ace09ae957e314c Mon Sep 17 00:00:00 2001 From: Oli Date: Mon, 15 Nov 2021 20:44:15 -0300 Subject: [PATCH] fix --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fcbea3f..181ee81 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ SHELL:= zsh -env: conda activate py2_7 +env: + conda activate py2_7 -install: ./script_install.sh $(SHELL) +install: + ./script_install.sh $(SHELL) run: env ./run_simulation.sh