Makefile tutorial
- The
-oflag tells the compiler to give the executable an alternative name. Otherwise, the default name isa.out. - The
./simply tells your shell to search the current directory for the executable, rather than its normal executable paths. - The flag
-save-tempstells the compiler to retain the temporary files it makes when we compile our program - The
-cflag specifies making an object file