summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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