mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:42:08 +02:00
added gcc option
This commit is contained in:
parent
6e94611f88
commit
f667f90bec
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
||||||
- Include libraries from a different path:
|
- Include libraries from a different path:
|
||||||
|
|
||||||
`gcc {{source.c}} -o {{executable}} -I{{header_path}} -L{{library_path}} -l{{library_name}}`
|
`gcc {{source.c}} -o {{executable}} -I{{header_path}} -L{{library_path}} -l{{library_name}}`
|
||||||
|
|
||||||
|
- Compile source code into Assembler instructions:
|
||||||
|
|
||||||
|
`gcc -S {{source.c}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue