From 6ea02b3576b28ed1e6f69157dbcbcc029e2053da Mon Sep 17 00:00:00 2001 From: chortas Date: Sun, 27 Mar 2022 15:10:36 -0300 Subject: [PATCH] Change install rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 805297b..076367e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ install: - source ./script_install.sh + . ./script_install.sh run: binaries ./run_simulation.sh