diff options
| author | Rafael Laboissiere <rafael@laboissiere.net> | 2015-05-09 10:42:34 +0200 |
|---|---|---|
| committer | Rafael Laboissiere <rafael@laboissiere.net> | 2015-05-09 10:51:41 +0200 |
| commit | 01cb2d675103283664e0a870818cfc413f546b37 (patch) | |
| tree | de0b339122c7e03652e88ee68088a2481187cbbf /Makefile | |
Initial commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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) |
