Add make target to clean blobs from the benchmark.

This commit is contained in:
Marcello Stanisci 2018-07-27 12:12:13 +02:00
parent e850dc09c4
commit 1c541596d6
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1,6 +1,10 @@
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
clean-blobs:
rm -fr exchange_benchmark_home/.local/share/taler/auditor*/ exchange_benchmark_home/.local/share/taler/exchange/wirefees/ exchange_benchmark_home/.local/share/taler/exchange/live-keys/ auditor.in
if USE_COVERAGE
AM_CFLAGS = --coverage -O0
XLIB = -lgcov