summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-13 19:18:42 +0100
committerFlorian Dold <florian@dold.me>2021-01-13 19:18:42 +0100
commit91d31e4d7cfeb8fccc0ea98f047917f83a1afb3e (patch)
tree2d8f23d48f722ee6d6ad902c51ef55c9229bea99 /Makefile
parent49469cea6776ba0cd0142794d2517284df45b5a2 (diff)
downloadlibeufin-91d31e4d7cfeb8fccc0ea98f047917f83a1afb3e.tar.gz
libeufin-91d31e4d7cfeb8fccc0ea98f047917f83a1afb3e.tar.bz2
libeufin-91d31e4d7cfeb8fccc0ea98f047917f83a1afb3e.zip
install sandbox by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24425c19..571d75a9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ include build-system/config.mk
escaped_pwd = $(shell pwd | sed 's/\//\\\//g')
-install: install-nexus install-cli
+install: install-nexus install-sandbox install-cli
install-dev: install-nexus-dev install-sandbox-dev install-cli
.PHONY: dist