Difference between revisions of "Make and GCC"
From Wiki at Neela Nurseries
m |
m |
||
Line 13: | Line 13: | ||
* https://gcc.gnu.org/onlinedocs/gcc/Option-Index.html . . . GCC index of options | * https://gcc.gnu.org/onlinedocs/gcc/Option-Index.html . . . GCC index of options | ||
+ | |||
+ | |||
+ | - 2018-07-12 Thursday - | ||
+ | |||
+ | * https://gist.github.com/pvdb/777954 . . . `sed` based shell script to list makefile rules recursively | ||
<!-- comment --> | <!-- comment --> |
Revision as of 19:03, 12 July 2018
- 2018-06-15 Friday -
Some good explanations and introduction regarding how to include library files in C and C++ projects, on Linux, Mac and Windows systems:
- 2018-07-10 Tuesday -
- https://gcc.gnu.org/onlinedocs/gcc/Option-Index.html . . . GCC index of options
- 2018-07-12 Thursday -
- https://gist.github.com/pvdb/777954 . . . `sed` based shell script to list makefile rules recursively