git-restrict

simple utility for git repo permission management
git clone https://git.parazyd.org/git-restrict
Log | Files | Refs | README | LICENSE

commit aa924e31a8f7510531a8852043fefba7fd2d67e8
parent 4b058c56969092d43b32d96c9187204f1c93ab6d
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 31 Mar 2021 11:15:52 +0200

Strip resulting binary.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ MANPREFIX = ${PREFIX}/share/man # Use system flags GR_CFLAGS = $(CFLAGS) -Wall -Werror -pedantic -std=c99 GR_CPPFLAGS = $(CPPFLAGS) -D_GNU_SOURCE -GR_LDFLAGS = $(LDFLAGS) -static +GR_LDFLAGS = $(LDFLAGS) -static -s BIN = git-restrict MAN = $(BIN).1