From fe1a2c520f223b49e76aa75e9bd6ad6b83befbdf Mon Sep 17 00:00:00 2001 From: chortas Date: Sun, 27 Mar 2022 15:10:04 -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