X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README;h=80f8fbc5e34d6ee47591676614bae578c1d08adf;hb=refs%2Fheads%2Fmaster;hp=76ed21a563061d495d42b444b6050095a42f6e2c;hpb=8613557ec420d0ad06dba146c801936962d99900;p=TD_C.git diff --git a/README b/README index 76ed21a..80f8fbc 100644 --- a/README +++ b/README @@ -9,17 +9,17 @@ TP_#/exo?, where # is a digit representing the TP number and ? is a digit representing the exercice number, is the repository where lies the solution to exercice ? TP #. -Building the solutions: +Building the solution: ----------------------- cd TP_#/exo? && make -Cleaning the solutions: +Cleaning the solution: ----------------------- cd TP_#/exo? && make clean -Running the solutions: +Running the solution: ---------------------- cd TP_#/exo? && ./exo? @@ -32,5 +32,5 @@ It's the directory exo_skel with a basic Makefile inside To use it: $ cp -a exo_skel TP_#/exo? (where # and ? are digits) $ cd TP_#/exo? && cp exo_skel.c exo?.c - Edit the Makefile to change the TARGET variable to the + Edit the Makefile to change the BINARY_NAME variable to the exercice name desired