From: Mike Lowis Date: Wed, 30 Dec 2015 12:57:36 +0000 (+0000) Subject: Added tools dir to the dist files list X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ac08e6d1f5badba3f7cd90b3d806045b9daadb3b;p=archive%2Fcarl.git Added tools dir to the dist files list --- 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