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