branch: elpa/emacsql commit 76489e0a10a46620df94e4aa42f92914c0849a1e Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Tweak Makefile documentation --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f931a0bd73..3d0d4152c7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,5 @@ -# Clone the two dependencies of this package in sibling directories: -# $ cd .. -# $ git clone https://github.com/cbbrowne/pg.el pg -# $ cd - -# $ make +# Clone the dependencies of this package in sibling directories: +# $ git clone https://github.com/cbbrowne/pg.el ../pg # # Or set LDFLAGS to point at these packages elsewhere: # $ make LDFLAGS='-L path/to/pg'