commit
08f4e9194e
|
|
@ -13,3 +13,7 @@
|
|||
- Include libraries from a different path:
|
||||
|
||||
`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…
Reference in New Issue