From 621f1509b9f578edf84fa8a9bf9ad1878ed7bcf8 Mon Sep 17 00:00:00 2001 From: chortas Date: Sun, 27 Mar 2022 15:02:23 -0300 Subject: [PATCH] Change install rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf17567..ab34035 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ install: - source ./script_install.sh + . ./script_install.sh run: ./run_simulation.sh