Skip to content

Commit 664dd58

Browse files
committedMar 24, 2021
update README
1 parent e06a794 commit 664dd58

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CCompiler
22
compiler for C language
33

4+
# environment
5+
Use docker with `Dockerfile`
6+
7+
## build
8+
```
9+
$ make 9cc
10+
```
11+
12+
## test
13+
```
14+
$ make test
15+
```
16+
417
## Thanks
518
I referred to 9cc in [this article](https://www.sigbus.info/compilerbook). Thus, I thank [Rui Ueyama](https://twitter.com/rui314) to share his knowledge.

0 commit comments

Comments
 (0)