diff options
author | Luca Deri <deri@ntop.org> | 2020-07-13 15:46:19 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-07-13 15:46:19 +0200 |
commit | a8ad99aca53791ff5dde5ae66d774ef612c1e77c (patch) | |
tree | d960e165a1b36961fd18a33d52506bf111e77a87 /tests/Makefile.am | |
parent | 802254327a71cc3103784579911db86b12d3918e (diff) |
Fixed makefile error message
Code hardedning fix
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 "" |