taler-mailbox

Service for asynchronous wallet-to-wallet payment messages
Log | Files | Refs | Submodules | README | LICENSE

commit 418673474b3db3cadead3126f25177e36d0a2af6
parent 657dba18afe6cd7596b78606feef6c18da26e6a8
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sat, 26 Apr 2025 15:08:06 +0200

fix gana build before compile

Diffstat:
MMakefile.in | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in @@ -9,7 +9,7 @@ server: #cli: # go build ./cmd/mailbox-cli -install: server #cli +install: server gana mkdir -p ${DESTDIR}${bindir} mkdir -p ${DESTDIR}${TALER_MAILBOX_HOME} install ./taler-mailbox ${DESTDIR}${bindir} @@ -39,4 +39,4 @@ gana: -.PHONY: all +.PHONY: all gana format check uninstall install server