From d61aef313b9595ca89dca162711e533f93ea274f Mon Sep 17 00:00:00 2001 From: chortas Date: Sun, 27 Mar 2022 15:09:44 -0300 Subject: [PATCH] Change install rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a227be..667a338 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ install: - source ./script_install.sh + . ./script_install.sh run: binaries ./run_simulation.sh