dist target only needs to add config.default.h - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e0a6dee30df84e1f4d63a428a9804bf47d82ca43
 (DIR) parent 73e2aba341624fbfb4791d464bf0d0a16c50578c
 (HTM) Author: Anselm R. Garbe <garbeam@gmail.com>
       Date:   Sat, 15 Sep 2007 10:31:28 +0200
       
       dist target only needs to add config.default.h
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -35,7 +35,7 @@ clean:
        dist: clean
                @echo creating dist tarball
                @mkdir -p dwm-${VERSION}
       -        @cp -R LICENSE Makefile README config.*.h config.mk \
       +        @cp -R LICENSE Makefile README config.default.h config.mk \
                        dwm.1 dwm.h tile.h ${SRC} dwm-${VERSION}
                @tar -cf dwm-${VERSION}.tar dwm-${VERSION}
                @gzip dwm-${VERSION}.tar