From 152328936e68f423bb8dbecba36c9129b575b4f7 Mon Sep 17 00:00:00 2001 From: chortas Date: Sun, 27 Mar 2022 15:11:38 -0300 Subject: [PATCH] Change install rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8d4063..102fce3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ install: - source ./script_install.sh + . ./script_install.sh run: ./run_simulation.sh