gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: makefile


From: gnunet
Subject: [libeufin] branch master updated: makefile
Date: Fri, 06 Nov 2020 18:34:37 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new d77a650  makefile
d77a650 is described below

commit d77a6509fc46db99387541a27ffb30ca1679c8b6
Author: MS <ms@taler.net>
AuthorDate: Fri Nov 6 18:34:30 2020 +0100

    makefile
---
 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index df590d0..1d3a3a4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 include build-system/config.mk
 
-install: install-nexus
+install: install-nexus install-cli
 install-sandbox:
        @echo Installing sandbox.
        @./gradlew -q -Pprefix=$(prefix) sandbox:installToPrefix; cd ..
@@ -8,3 +8,7 @@ install-sandbox:
 install-nexus:
        @echo Installing nexus.
        @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..
+
+install-cli:
+       @echo Installing CLI.
+       @cp cli/libeufin-cli $(prefix)/bin

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]