libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit c2226c7b274d408933596cff220c0a0dbff8863d
parent 1b28c0f18e3218c68d7bd6f1565ca03948ba3e44
Author: MS <ms@taler.net>
Date:   Thu, 28 Jan 2021 21:33:06 +0100

deb target

Diffstat:
MMakefile | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -8,22 +8,23 @@ install: install-nexus install-sandbox install-cli .PHONY: dist dist: - @echo Creating the 'dist' Zip archive. @./gradlew -q dist +.PHONY: deb +deb: dist + @dpkg-buildpackage -rfakeroot -b -uc -us + + .PHONY: install-sandbox install-sandbox: - @echo Installing Sandbox. @./gradlew -q -Pprefix=$(prefix) sandbox:installToPrefix; cd .. .PHONY: install-nexus install-nexus: - @echo Installing Nexus. @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd .. .PHONY: install-cli install-cli: - @echo Installing CLI. @./gradlew -q replaceVersionCli @install -D cli/bin/libeufin-cli $(prefix)/bin