From 13ba04c4a15f3ff79f824bd0d5e3299cd111aaf9 Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Tue, 28 Jun 2022 11:39:44 +0800 Subject: [PATCH] update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1a42f3..a3958a1 100644 --- a/Makefile +++ b/Makefile @@ -70,8 +70,8 @@ build_docker: docker build -t ${DOCKER_NAME} . setupenv: - apt-get update - apt-get install -y curl wget autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc xz-utils zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3 + sudo apt-get update + sudo apt-get install -y curl wget autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc xz-utils zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3 RUSTUP='$HOME/rustup.sh' cd $HOME curl https://sh.rustup.rs -sSf > $RUSTUP && chmod +x $RUSTUP