fix issue

This commit is contained in:
speedie 2022-11-18 19:39:34 +01:00
parent 83ba69dfb9
commit 5ad0db7949

View file

@ -34,7 +34,7 @@ clean:
dist: clean
mkdir -p st-$(VERSION)
cp -R LICENSE Makefile *.mk \
*.h *.info *.h *.c *.desktop *.png docs/ scripts/ \
*.h *.info *.c *.desktop *.png docs/ scripts/ \
st-$(VERSION)
tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz
rm -rf st-$(VERSION)