aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2023-08-22 12:58:10 +0000
committerGitHub <noreply@github.com>2023-08-22 12:58:10 +0000
commitb06565e29a40fea8878a27388dd24415ad926368 (patch)
tree842d51275333b6852b2ee4e47fc9514d99a0051b /Makefile
parentStandardize "alternative to" proprietary services formatting (#4123) (diff)
downloadawesome-selfhosted-b06565e29a40fea8878a27388dd24415ad926368.tar.gz
awesome-selfhosted-b06565e29a40fea8878a27388dd24415ad926368.zip
move issue tracking/contribution workflows/project management to awesome-selfhosted-data (#4083)
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/33 - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/11 - ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1038
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
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