Skip to content

Commit 85815c9

Browse files
committed
Changed 'DEFAULT = make help' to 'DEFAULT = help'
1 parent fd22357 commit 85815c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The "hello world" example is created when there is no `src/main.rs`.
2727
4. Copy `Makefile` to the folder.
2828
5. `make git-ignore`
2929
6. `make lib`
30-
7. Change `DEFAULT = make help` to `DEFAULT = lib`
30+
7. Change `DEFAULT = help` to `DEFAULT = lib`
3131

3232
##Example 3: Compile library on file changes
3333

0 commit comments

Comments
 (0)