Skip to content

Simple GCC Makefile with warnings enabled (typical EPITECH Makefile)

Notifications You must be signed in to change notification settings

matroyer/simple-makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Simple GCC Makefile

Simple Makefile for C programs using the GCC compiler (inspired by EPITECH Makefiles). By default the source folder is ./src and the header folder is ./hds.

Rules

  • make : Compile your sources
  • make clean : Remove all the object files (".o")
  • make fclean : Remove all the object files + the executable file
  • make re : Recompile everything (even the unmodified files)

NOTE: Emacs indentation is used so it might not look "clean" if you use a different text editor.

About

Simple GCC Makefile with warnings enabled (typical EPITECH Makefile)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published