diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 22:55:49 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 22:55:49 +0400 |
commit | 519a1c2a411dedab7ae5e64de5b1512a1005c93e (patch) | |
tree | 0035ff1681aa818701e6feddaba2b567abbdcd87 | |
parent | 35577f1ed1dca60b0b8e7009f8c181e618b496ba (diff) |
Makefile: include License with dist option
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ clean: dist: clean mkdir -p st - cp -R Makefile config.mk\ + cp -R Makefile LICENSE config.mk\ config.h arg.h st.h win.h $(SRC) st tar -czf st.tar.gz st rm -rf st/ |