summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-26 17:21:49 +0100
committerMS <ms@taler.net>2021-01-26 17:21:49 +0100
commit2be63a217a110f03ccb66de1892e9c86b8646572 (patch)
tree38de22a0ce86ebc95c0323ffbdead67681ffcd7e /Makefile
parent91748a2896b993d1d24f0e6a23f202d390fac935 (diff)
downloadlibeufin-2be63a217a110f03ccb66de1892e9c86b8646572.tar.gz
libeufin-2be63a217a110f03ccb66de1892e9c86b8646572.tar.bz2
libeufin-2be63a217a110f03ccb66de1892e9c86b8646572.zip
only compile with 'make' (used to install)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9110aac3..d2828942 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,10 @@ include build-system/config.mk
escaped_pwd = $(shell pwd | sed 's/\//\\\//g')
+all: assemble
install: install-nexus install-sandbox install-cli
+
.PHONY: dist
dist:
@echo Creating the 'dist' Zip archive.