Skip to content
Snippets Groups Projects
Commit 63022eed authored by 이장원's avatar 이장원
Browse files

Update README.md

parent 15f7237c
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
```
$ gcc -S 02.option-S.i
```
.s 생성(.i 없어도 가능)
.s 생성(.i 없어도 가능)
![S](../Images/S.png)
* -c
......@@ -61,7 +61,7 @@
```
$ gcc -c 03.option-c.s
```
.o 생성(.i나 .s 없어도 가능)
.o 생성(.i나 .s 없어도 가능)
![c](../Images/c.png)
* -D
......@@ -76,9 +76,9 @@
```
$ gcc -g 06.option-g.c
```
![g_Raspberry_Pi](../Images/g_Raspberry_Pi.png)
![g_Raspberry_Pi](../Images/g_Raspberry_Pi.png)
on Raspberry Pi
![g_Git_Bash](../Images/g_Git_Bash.png)
![g_Git_Bash](../Images/g_Git_Bash.png)
on Git Bash
* -Wall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment