Create README.md

This commit is contained in:
Marc barbier
2020-10-13 10:44:51 +02:00
committed by GitHub
parent 0053b2929e
commit c0c46d7c3f
+8
View File
@@ -0,0 +1,8 @@
# 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