From 911c00ab3e8f9b1af75c43b4a69aa45effef6f7a Mon Sep 17 00:00:00 2001 From: Frederic Khayat Date: Mon, 16 Dec 2024 23:15:34 +0100 Subject: [PATCH] fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1d6c3ab..6c3ad56 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ all: sudo apt-get update - sudo apt install autoconf automake autotools-dev bc bison build-essential curl expat libexpat1-dev flex gawk gcc git gperf libgmp-dev libmpc-dev libmpfr-dev libtool texinfo tmux patchutils zlib1g-dev wget bzip2 patch vim-common lbzip2 python pkg-config libglib2.0-dev libpixman-1-dev libssl-dev device-tree-compiler expect makeself unzip && ./fast-setup.sh + sudo apt install autoconf automake autotools-dev bc bison build-essential curl expat libexpat1-dev flex gawk gcc git gperf libgmp-dev libmpc-dev libmpfr-dev libtool texinfo tmux patchutils zlib1g-dev wget bzip2 patch vim-common lbzip2 python3 pkg-config libglib2.0-dev libpixman-1-dev libssl-dev device-tree-compiler expect makeself unzip - git clone git@github.com:keystone-enclave/keystone.git + git clone https://github.com/keystone-enclave/keystone.git cd keystone \ && git fetch origin \ && git checkout 80ffb2f9d4e774965589ee7c67609b0af051dc8b \