Skip to content

fix: Update Makefile about not found source #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
DOCKER_NAME ?= rust-os-camp-2022
DIR := workplace
SHELL := /bin/bash
.PHONY: docker build_docker

test: test3 test4 test5 test6 test7 test8
Expand Down Expand Up @@ -178,7 +179,7 @@ ubuntu_local_setenv:
qemu-riscv64 --version
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ${HOME}/.cargo/env
rustc --version
${HOME}/.cargo/bin/rustc --version

# for github codespaces ubuntu with zsh SHELL, need root for sudo
codespaces_setenv:
Expand Down