From c0c46d7c3f1a6e04ffd3a31a33d763e837a7a699 Mon Sep 17 00:00:00 2001 From: Marc barbier <43183491+Marc-Pierre-Barbier@users.noreply.github.com> Date: Tue, 13 Oct 2020 10:44:51 +0200 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa5062b --- /dev/null +++ b/README.md @@ -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