aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Müller2019-10-03 14:06:30 +0200
committerWolfgang Müller2019-10-03 14:06:30 +0200
commit7e4473b455500311239f4e529ff972ee21e47554 (patch)
tree173539f77420625dd3ed0c0b8ff2b47c6bc9de81 /Makefile
downloadlifeboat-7e4473b455500311239f4e529ff972ee21e47554.tar.gz
Initial import0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f2d37b8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+PREFIX ?= /usr/local
+
+install: lifeboat
+ install -D -m 755 -t '${DESTDIR}${PREFIX}/bin' lifeboat
+
+.PHONY: install