Skip to content

Commit 31d17b6

Browse files
committed
Drop GH classroom again
1 parent bb73b85 commit 31d17b6

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

assignments/06-bld-constructive.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ The project in question, called *jvm*, has gotten to the point where manually
1010
rebuilding every file by hand is frustrating and error-prone. To make its
1111
developers' lives easier, you'll write a Makefile to build it automatically.
1212

13-
Start by [accepting the assignment](https://classroom.github.com/a/ippLUPPr) on
14-
GitHub Classroom. Then clone your own personal copy of the project, which we've
15-
pre-populated for you using GitHub Classroom, from
16-
`git@github.com:cs50isdt/hw6-{yourgithubusername}`. (The URL should closely
17-
resemble that of your VCS Constructive repository.) This is also where you'll
18-
push your solution after completing the assignment.
13+
Start by cloning the repository from `https://github.com/cs50isdt/jvm`.
1914

2015
### Step 1: determine the build graph
2116

@@ -158,8 +153,7 @@ be phony, as it needs to run even if a file called `test` exists on disk.
158153

159154
## Submitting your work
160155

161-
To submit, commit your changes to the `main` branch of your repository and push
162-
that branch back to GitHub (see the cloning instructions). If you do this
163-
correctly, you'll see your changes in the GitHub UI. This is a good opportunity
164-
to exercise your Git skills from last module---you're free to make your changes
165-
using as many commits as you want!
156+
To submit, submit your Git repository to Gradescope.
157+
158+
This is a good opportunity to exercise your Git skills from last
159+
module---you're free to make your changes using as many commits as you want!

0 commit comments

Comments
 (0)