aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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