gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: add Makefile


From: gnunet
Subject: [libeufin] branch master updated: add Makefile
Date: Fri, 06 Nov 2020 18:27:58 +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 fb3c7bd  add Makefile
fb3c7bd is described below

commit fb3c7bdabd628c0641521ea2670ffbd877596646
Author: MS <ms@taler.net>
AuthorDate: Fri Nov 6 18:27:53 2020 +0100

    add Makefile
---
 Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..835ab9e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+include build-system/config.mk
+
+all: install-nexus
+install-sandbox:
+       @./gradlew -q -Pprefix=$(prefix) sandbox:installToPrefix; cd ..
+
+install-nexus:
+       @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..

-- 
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]