diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile deleted file mode 100755 index 9c8a08d0..00000000 --- a/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/make -f -SHELL = /bin/bash -# update the AUTHORS file -contrib: - @mv .github/.mailmap . && printf "Commits|Author\n-------|---------------------------------------------------\n" > AUTHORS && git shortlog -sne >> AUTHORS && mv .mailmap .github/.mailmap |