From 49be2069f63d8f2909840ad504063c773d0ba7ed Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 13 Feb 2020 14:14:27 +0100 Subject: Refactor memberOf management logic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2956c7f..5489d4c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN=bottin -SRC=main.go ssha.go util.go acl.go read.go write.go +SRC=main.go ssha.go util.go acl.go read.go write.go memberof.go DOCKER=lxpz/bottin_amd64 all: $(BIN) -- cgit v1.2.3