diff options
Diffstat (limited to 'Makefile')
-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 |