From 6cceacc45f484426b17798cf15d79a48ec12141d Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Tue, 2 Aug 2016 15:59:04 +0100 Subject: [PATCH] Issue 4853 - correct make syntax in CG --- Documentation/contributor/programming-work.itexi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/contributor/programming-work.itexi b/Documentation/contributor/programming-work.itexi index 6a608f01e8..4b0b43dad4 100644 --- a/Documentation/contributor/programming-work.itexi +++ b/Documentation/contributor/programming-work.itexi @@ -1222,7 +1222,7 @@ achieve this by configuring with The executable code of LilyPond must be rebuilt from scratch: @example -make -C lily clean && make -C lily +make clean && make @end example @item Create a graphviz-compatible @file{.ly} file @@ -1269,7 +1269,7 @@ than normal. The original configuration can be restored by rerunning rebuild LilyPond with @example -make -C lily clean && make -C lily +make clean && make @end example -- 2.39.5