X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README;fp=README;h=6b302620204184540faec44a5e431f9a60d6d5c1;hb=ac030a28b4ffaa32342c7ad301f458d4ff9feed9;hp=a8411009e3dddf6e7f7f2a541a7df045772824bb;hpb=5b3a72f606877b39466c5b2c165336f032bbfdc8;p=TD_C.git 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