Difference between revisions of "Make and GCC"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
Line 7: Line 7:
  
 
*  https://gist.github.com/gubatron/32f82053596c24b6bec6
 
*  https://gist.github.com/gubatron/32f82053596c24b6bec6
 +
 +
*  http://make.mad-scientist.net/papers/rules-of-makefiles/#rule2
 +
 +
- 2018-07-10 Tuesday -
 +
 +
*  https://gcc.gnu.org/onlinedocs/gcc/Option-Index.html  . . . GCC index of options
  
  
*  http://make.mad-scientist.net/papers/rules-of-makefiles/#rule2
 
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 17:27, 10 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 -