mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-05 13:41:43 +08:00
add make config
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,3 +1,4 @@
|
||||
SHELL := /bin/zsh
|
||||
DOCKER_NAME ?= dinghao188/rcore-tutorial
|
||||
DIR := workplace
|
||||
.PHONY: docker build_docker
|
||||
@@ -17,7 +18,7 @@ lab5: test8
|
||||
|
||||
config:
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
. $(HOME)/.cargo/env
|
||||
source /home/codespace/.cargo/env
|
||||
rustc --version
|
||||
sudo apt install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev \
|
||||
gawk build-essential bison flex texinfo gperf libtool patchutils bc \
|
||||
|
||||
Reference in New Issue
Block a user