summaryrefslogtreecommitdiff
path: root/src/mitm/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/mitm/Makefile.in')
-rw-r--r--src/mitm/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mitm/Makefile.in b/src/mitm/Makefile.in
index a5d67d16..fa7bd1cb 100644
--- a/src/mitm/Makefile.in
+++ b/src/mitm/Makefile.in
@@ -11,3 +11,9 @@ install-data:
install: install-data
pip3 install . --install-option="--prefix=@prefix@" --upgrade --no-deps
install -m 544 -Dt @prefix@/bin taler-merchant-mitm
+
+# need a way to make 'make check' happy in this subdir.
+# This component is still too young to be tested.
+.PHONY: check
+check:
+ true