diff --git a/Makefile b/Makefile index 94d2d0f..9328973 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ VERSION = 1.9 dist: mkdir -p speedwm-extras-${VERSION} - cp -R Makefile LICENSE src img README.md speedwm-extras-${VERSION} + cp -R Makefile LICENSE src img share README.md speedwm-extras-${VERSION} tar -cf speedwm-extras-${VERSION}.tar speedwm-extras-${VERSION} gzip speedwm-extras-${VERSION}.tar rm -rf speedwm-extras-${VERSION}