diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-18 16:09:05 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-18 16:09:05 +0400 |
commit | 4ddc413d9004bfc9c055e67580b4d38e962c2494 (patch) | |
tree | 78ce4092696b0c263bd3c14b5cbad0e16bff5d32 | |
parent | 1fb20a7ea2258e80f4ac2219dc59b40840f21bc2 (diff) |
generated tar file renamed to XXX-farajli.tar.gz
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |