This commit is contained in:
speedie 2023-01-20 23:29:18 +01:00
parent 1bf981dc99
commit 21c3f94e4d

View file

@ -31,7 +31,7 @@ clean:
dist: clean
mkdir -p spmenu-$(VERSION)
cp LICENSE Makefile *.h *.mk *.c scripts/ docs/ spmenu-$(VERSION)
cp -rf LICENSE Makefile *.h *.mk *.c scripts/ docs/ spmenu-$(VERSION)
tar -cf spmenu-$(VERSION).tar spmenu-$(VERSION)
gzip spmenu-$(VERSION).tar
rm -rf spmenu-$(VERSION)