From 04483199acb41c81e3f3888f5787dea7f48335ba Mon Sep 17 00:00:00 2001 From: Marc barbier <43183491+Marc-Pierre-Barbier@users.noreply.github.com> Date: Mon, 18 Jan 2021 16:51:52 +0100 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bb2219..13cb34b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,25 @@ -# MakeFile-template +# MakeFile-template EN 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 +the result of a build is a file call run inside the makefile folder you can crosscompiler for windows by using -make windows +```make windows``` the resulting file will be called run.exe + +# MakeFile-template FR +un makefile simple pour un peut pret tout + +il faut le mettre dans un dossier avec 2 sous dossier +* objs qui contiendra les .o +* src qui contiendra vos sources en cpp + +la comande make va crée un fichier run a la racine + +vous pouvez aussi compiler pour windows avec +```make windows``` +le resultat sera appler run.exe