Update Makefile

This commit is contained in:
hw0505 2022-07-15 10:18:21 +08:00 committed by GitHub
parent a44e6bb92d
commit c7b4c78e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ setclassroom:
mkdir -p .github/classroom
touch .github/.keep
cp scripts/classroom.yml .github/workflows/classroom.yml
cp scripts/autograding.json .github/classroom/autograding.json
cp scripts/autograding0.json .github/classroom/autograding.json
git add .github/workflows/classroom.yml
git add .github/classroom/autograding.json
git add .github/.keep