aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Müller2019-06-19 19:06:16 +0200
committerWolfgang Müller2019-06-19 19:06:16 +0200
commitbb1b277db0f3ab996d579fcfb42cea4ec72b86d9 (patch)
tree489a024c330069cc3c9c3e46ecfdaf89ce02d42a /Makefile
parent064c5abf7731ca1213358a2c9a3ab803db41bc21 (diff)
downloadbosun-bb1b277db0f3ab996d579fcfb42cea4ec72b86d9.tar.gz
Rename to "bosun"1.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0605b82..9f7fd55 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX ?= /usr/local
-install: rolectl rolectl.1
- install -D -m 755 -t '${DESTDIR}${PREFIX}/bin' rolectl
- install -D -m 644 -t '${DESTDIR}${PREFIX}/share/man/man1' rolectl.1
+install: bosun bosun.1
+ install -D -m 755 -t '${DESTDIR}${PREFIX}/bin' bosun
+ install -D -m 644 -t '${DESTDIR}${PREFIX}/share/man/man1' bosun.1
.PHONY: install