1
0
Fork 0
mirror of https://github.com/awesome-selfhosted/awesome-selfhosted.git synced 2025-03-18 02:11:57 +00:00
awesome-selfhosted-by-kickball/Makefile

6 lines
260 B
Makefile
Raw Normal View History

#!/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