From 01cb2d675103283664e0a870818cfc413f546b37 Mon Sep 17 00:00:00 2001 From: Rafael Laboissiere Date: Sat, 9 May 2015 10:42:34 +0200 Subject: Initial commit --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..28f287b --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +DESTDIR = /usr/local/bin +INSTALL = install --mode=755 + +.PHONY: install +install: + $(INSTALL) git_multimail.py $(DESTDIR)/git-multimail + $(INSTALL) add-git-user $(DESTDIR) + $(INSTALL) add-git-repo $(DESTDIR) + $(INSTALL) add-authorized-keys $(DESTDIR) -- cgit v1.2.3