9 lines
265 B
Markdown
9 lines
265 B
Markdown
# MakeFile-template
|
|
a simple make file template
|
|
|
|
place it into a folder containing two others folder one named src and one named objs
|
|
* objs will contain .o files
|
|
* src will contains your sources
|
|
|
|
the result of a build is a file call run infide the makefile folder
|