From a600cbbf70310083c84ea0d48860edbe2fc5f63d Mon Sep 17 00:00:00 2001 From: tonton Th Date: Thu, 26 Mar 2020 08:59:50 +0100 Subject: [PATCH] add tools/.sh to tarball target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ed4873..1fb1411 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ essai: essai.c libfloatimg.a floatimg.h Makefile TOTAR = *.[ch] Makefile *.sh *.md \ doc/the*.tex doc/mk*.sh doc/*.txt \ funcs/*.[ch] funcs/Makefile \ - tools/*.[ch] tools/README.md tools/Makefile \ + tools/*.[ch] tools/*.sh tools/README.md tools/Makefile \ v4l2/*.[ch] v4l2/Makefile \ scripts/*.sh scripts/README.md \ lib/*.[ch] lib/Makefile