add test file to dist target - scroll - scrollbackbuffer program for st
 (HTM) git clone git://git.suckless.org/scroll
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0a2d1a06a9eb4b8ad10240c28edf612879385ac6
 (DIR) parent d829de4187c2e9f319b818d91ff71e9a2987dea2
 (HTM) Author: Jan Klemkow <j.klemkow@wemelug.de>
       Date:   Tue, 19 Jan 2021 22:08:37 +0100
       
       add test file to dist target
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -34,7 +34,7 @@ distclean: clean
        dist: clean
                mkdir -p scroll-$(VERSION)
                cp -R README scroll.1 TODO Makefile config.mk config.def.h \
       -                ptty.c scroll.c \
       +                ptty.c scroll.c up.sh up.log \
                        scroll-$(VERSION)
                tar -cf - scroll-$(VERSION) | gzip > scroll-$(VERSION).tar.gz
                rm -rf scroll-$(VERSION)