diff --git a/Makefile b/Makefile index 8c4ae4d..02ace53 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ DISTFILES = \ .clang-format TESTFILES = $(wildcard tests/*.test) -TESTDATAFILES = $(wildcard tests/data/*.data) +TESTDATAFILES = $(wildcard tests/data/*) VERSION=1.7 RELEASEDIR=mt-st-$(VERSION)