summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-06 18:31:04 +0100
committerMS <ms@taler.net>2020-11-06 18:31:04 +0100
commit81a0c5dad770fef6f6dffe7efd1ab2bed4b18336 (patch)
treea0a8b2e4a1e9db3c4b9fc0231919d2fbc1b1d02d /Makefile
parentfb3c7bdabd628c0641521ea2670ffbd877596646 (diff)
downloadlibeufin-81a0c5dad770fef6f6dffe7efd1ab2bed4b18336.tar.gz
libeufin-81a0c5dad770fef6f6dffe7efd1ab2bed4b18336.tar.bz2
libeufin-81a0c5dad770fef6f6dffe7efd1ab2bed4b18336.zip
makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 835ab9ee..df590d00 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
include build-system/config.mk
-all: install-nexus
+install: install-nexus
install-sandbox:
+ @echo Installing sandbox.
@./gradlew -q -Pprefix=$(prefix) sandbox:installToPrefix; cd ..
install-nexus:
+ @echo Installing nexus.
@./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..