diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-06-28 12:16:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-06-28 12:16:04 +0200 |
commit | 883b1fc70bc84bb053d09b5eab921f24134194b9 (patch) | |
tree | 876ec7e62fef1e8d845f1d6e383e657357ceda1d | |
parent | 2e981c1a6ebf7e0f0b197811c4adde1cbb0225a8 (diff) | |
download | exchange-883b1fc70bc84bb053d09b5eab921f24134194b9.tar.gz exchange-883b1fc70bc84bb053d09b5eab921f24134194b9.zip |
-clean taler-auditor shell script, too
-rw-r--r-- | src/auditor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 1a62fa988..709c7f823 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am | |||
@@ -12,7 +12,7 @@ pkgcfg_DATA = \ | |||
12 | auditor.conf | 12 | auditor.conf |
13 | 13 | ||
14 | clean-local: | 14 | clean-local: |
15 | rm -rf revocation-tmp-* | 15 | rm -rf revocation-tmp-* taler-auditor |
16 | 16 | ||
17 | bin_PROGRAMS = \ | 17 | bin_PROGRAMS = \ |
18 | taler-auditor-dbinit \ | 18 | taler-auditor-dbinit \ |