summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-01-11 22:53:48 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-01-11 22:54:31 +0100
commitd59b218f51f35faa7b01219d8dfafeee270273c8 (patch)
tree7421d6168eae51e1097d46248b74149baae8025e
parentcd164b5e146f081cdb50cc99b1df11ff3cde0c20 (diff)
Add "make" to list of recommended packages.
* README.org (Hacking): Suggest installing "make" for hacking. Reported-by: Mike Gerwitz <mtg@gnu.org>
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index b9489c8..fbd7ae3 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
Guile-Debbugs --- Guile bindings for Debbugs
-Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
+Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
See the end of the file for license conditions.
* What is this?
@@ -20,7 +20,7 @@ and documentation. (You will have to build it first.)
* Hacking
#+BEGIN_SRC bash
-guix environment --ad-hoc autoconf automake texinfo pkg-config guile@2.2
+guix environment --ad-hoc autoconf automake make texinfo pkg-config guile@2.2
./bootstrap.sh
./configure
make