Update Contrib line in makefile

This commit is contained in:
nrew225 2016-12-16 12:09:46 -06:00
parent 86a3597c43
commit b8d264d23b

2
Makefile Normal file → Executable file
View file

@ -30,7 +30,7 @@ syntaxerrors:
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
contrib:
@git shortlog -sne
@mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md && sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap
add:
@#add a new entry