@@ -10,12 +10,7 @@ The project in question, called *jvm*, has gotten to the point where manually
10
10
rebuilding every file by hand is frustrating and error-prone. To make its
11
11
developers' lives easier, you'll write a Makefile to build it automatically.
12
12
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 ` .
19
14
20
15
### Step 1: determine the build graph
21
16
@@ -158,8 +153,7 @@ be phony, as it needs to run even if a file called `test` exists on disk.
158
153
159
154
## Submitting your work
160
155
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