] distclean should remove things created in dist - 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 0e988260cd70fb1b6bbe342d14d927fde29ffbba
 (DIR) parent a0db4efd2e01b0458fe1f0724bff0b4cfc42c35c
 (HTM) Author: Steve Ward <planet36@gmail.com>
       Date:   Fri, 24 Apr 2020 06:43:39 -0400
       
       ] distclean should remove things created in dist
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -25,7 +25,7 @@ clean:
                rm -f scroll ptty
        
        distclean: clean
       -        rm -f config.h
       +        rm -f config.h scroll-$(VERSION).tar.gz
        
        dist: clean
                mkdir -p scroll-$(VERSION)