From ac08e6d1f5badba3f7cd90b3d806045b9daadb3b Mon Sep 17 00:00:00 2001 From: Mike Lowis Date: Wed, 30 Dec 2015 12:57:36 +0000 Subject: [PATCH] Added tools dir to the dist files list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e516d9..02411f5 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ TEST_OBJS = tests/data/bstree.o \ DISTDIR = ${LIBNAME}-${VERSION} DISTTAR = ${DISTDIR}.tar DISTGZ = ${DISTTAR}.gz -DISTFILES = config.mk LICENSE.md Makefile README.md source tests +DISTFILES = config.mk LICENSE.md Makefile README.md source tests tools # load user-specific settings -include config.mk -- 2.51.0