From a8ad99aca53791ff5dde5ae66d774ef612c1e77c Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 13 Jul 2020 15:46:19 +0200 Subject: Fixed makefile error message Code hardedning fix --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index a8a127088..6671ecb3a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,6 @@ TESTS = do.sh EXTRA_DIST = do.sh pcap result + +all: + @echo "" -- cgit v1.2.3