diff options
author | Wolfgang Müller | 2019-02-24 02:08:41 +0100 |
---|---|---|
committer | Wolfgang Müller | 2019-02-24 02:08:41 +0100 |
commit | 688e073486606908a5df3ad659bdc40ee9508f2b (patch) | |
tree | acee2bbbf74478479fd5fbdf875446858ae5871b /Makefile | |
download | bosun-688e073486606908a5df3ad659bdc40ee9508f2b.tar.gz |
Initial commit0.1.0
Diffstat (limited to '')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0605b82 --- /dev/null +++ b/Makefile @@ -0,0 +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 + +.PHONY: install |