From f3b1dd33a1ec9cd36b46efd04f7c67732d9cc930 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 9 Oct 2022 14:45:27 -0400 Subject: [PATCH] Add Makefile with install recipe I can't keep running the version that's in my ~/src dir and changing it without breaking the cron job! --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b22ba0c --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +PREFIX = /usr/local + +.PHONY: install +install: + install -m555 irl.sh $(PREFIX)/bin/irl -- libgit2 1.1.1