summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bbb7b6e..1b89e63 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ realclean:
init:
@echo -e "*.tar.gz" > .gitignore
+ curl -sL https://www.gnu.org/licenses/gpl-3.0.txt -o LICENSE
git init
git add .
git commit -S -m "Initial commit"