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) |
-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 = \ auditor.conf clean-local: - rm -rf revocation-tmp-* + rm -rf revocation-tmp-* taler-auditor bin_PROGRAMS = \ taler-auditor-dbinit \ |