summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-05 22:55:49 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-05 22:55:49 +0400
commite4ebde68ce76ddca5bd8e34e788718d3c4355227 (patch)
tree0035ff1681aa818701e6feddaba2b567abbdcd87
parentf45758e064f465369c2b30d34095d82e391c410e (diff)
Makefile: include License with dist option
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02a7a22..dcefedb 100644
--- a/Makefile
+++ b/Makefile
@@ -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/