From: Jérôme Benoit Date: Wed, 15 Feb 2017 22:50:45 +0000 (+0100) Subject: Fixlets to the README in the exercice skeleton usage X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=commitdiff_plain;h=753121470afc9b67c59d5b039715295b984b2e8d Fixlets to the README in the exercice skeleton usage Signed-off-by: Jérôme Benoit --- diff --git a/README b/README index 2a8c022..a841100 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ Exercice skeleton: 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# + $ 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 exercice name desired