added gcc option

waldyrious/alt-syntax
Cvetomir Denchev 2016-03-02 14:56:33 +02:00
parent 6e94611f88
commit f667f90bec
1 changed files with 4 additions and 0 deletions

View File

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