commit f3b1dd33a1ec9cd36b46efd04f7c67732d9cc930 (patch)
parent 1dde19b099be318b5e03ff7782cf7a31bc4ee76b
Author: alex <alex@garbash.com>
Date: Sun, 9 Oct 2022 14:45:27 -0400
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!
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -0,0 +1,5 @@
+PREFIX = /usr/local
+
+.PHONY: install
+install:
+ install -m555 irl.sh $(PREFIX)/bin/irl