summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-18 16:09:05 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-18 16:09:05 +0400
commit69245e7cd4b8bacc0d5774c040242162fe26fc52 (patch)
tree78ce4092696b0c263bd3c14b5cbad0e16bff5d32
parent4f9d2c1a8602a5258ade1b86bc5f88f4c147c77d (diff)
generated tar file renamed to XXX-farajli.tar.gz
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcefedb..8a82fc1 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ dist: clean
mkdir -p st
cp -R Makefile LICENSE config.mk\
config.h arg.h st.h win.h $(SRC) st
- tar -czf st.tar.gz st
+ tar -czf st-farajli.tar.gz st
rm -rf st/
install: st