fix: typo (#31)

可以可以 -> 可以
This commit is contained in:
DDGG
2018-05-10 14:42:12 +08:00
committed by Ou Changkun
parent a4e91b7a35
commit 67c9f6b13f

View File

@@ -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