Update Makefile
This commit is contained in:
parent
a44e6bb92d
commit
c7b4c78e30
2
Makefile
2
Makefile
|
@ -73,7 +73,7 @@ setclassroom:
|
||||||
mkdir -p .github/classroom
|
mkdir -p .github/classroom
|
||||||
touch .github/.keep
|
touch .github/.keep
|
||||||
cp scripts/classroom.yml .github/workflows/classroom.yml
|
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/workflows/classroom.yml
|
||||||
git add .github/classroom/autograding.json
|
git add .github/classroom/autograding.json
|
||||||
git add .github/.keep
|
git add .github/.keep
|
||||||
|
|
Loading…
Reference in New Issue