merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit c3f66753f781e09e5da01a81dcae30c4691422a5
parent 6ce9acfa72c8f5b173c724d0514b44332d0330da
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  5 Feb 2021 00:00:08 +0100

fix for #6739: make 'make clean' cleanup the secm_tofus.pub

Diffstat:
Msrc/testing/Makefile.am | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -130,3 +130,6 @@ EXTRA_DIST = \ test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv \ test_merchant_api_home/.config/taler/exchange/account-2.json \ test_merchant.priv + +MOSTLYCLEANFILES = \ + test_merchant_api_home/.local/share/taler/exchange/offline-keys/secm_tofus.pub