aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 9c8a08d0c7ee79c29dee23af30e53fdab92f5cfd (plain)
1
2
3
4
5
#!/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