From 6f6c937a347098565320f08e306bad14eb25fc23 Mon Sep 17 00:00:00 2001 From: "Ronald I." <14822065+rilma@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:53:37 +0000 Subject: [PATCH] make target installing gfortran --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 784c50e..c0f79ae 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ install-gfortran: - sudo apt update -y - sudp apt -y install gfortran + sudo apt-get update -y + sudo apt-get -y install gfortran install: pip -q install coveralls