KrnlPanic's Linux Notes and Tips

Working with linux since kernel version 2.0.30

Author Archives: krnlpanic

C Compiler Basics

The Make command The make command allows you to manage large programs or groups of programs. As you begin to write larger programs, you will notice that re-compiling larger programs takes much longer than re-compiling short programs. Moreover, you notice … Read more »