From: Jerome Benoit Date: Sun, 26 Feb 2017 12:14:48 +0000 (+0100) Subject: README: fix some typos. X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=commitdiff_plain;h=ac030a28b4ffaa32342c7ad301f458d4ff9feed9 README: fix some typos. Signed-off-by: Jerome Benoit --- diff --git a/README b/README index a841100..6b30262 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Introduction: The whole purpose of the current C code is to solve the Polytech'Marseille C tutorial exercices. -The repositories organisation is pretty straightforward: +The repository organisation is pretty straightforward: -> exo? where ? is a digit is the repository where lies the solution to exercice one, and so on. @@ -37,5 +37,5 @@ It's the directory exo_skel with a basic Makefile inside To use it: $ cp -a exo_skel exo# (where # is a digit) $ cd exo# && cp exo_skel.c exo#.c - edit the Makefile to change the TARGET variable to the + Edit the Makefile to change the TARGET variable to the exercice name desired