Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/zh-cn/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ gcc -c foo.c
clang++ 1.1.cpp foo.o -std=c++17 -o 1.1
```

当然,你可以可以使用 `Makefile` 来编译上面的代码:
当然,你可以使用 `Makefile` 来编译上面的代码:

```makefile
C = gcc
Expand Down