blob: 9dd7dc9e7d4c909b0e0f0d42491786f6af270a46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Type
make install
to install silentct in a standard location.
You may override the following Makefile variables:
DESTDIR default:
PREFIX default: /usr/local
BINDIR default: $(PREFIX)/bin
MANDIR default: $(PREFIX)/share/man
VERSION default: the latest git-commit
Expect the programs in cmd/ to be installed with man pages.
Type
make uninstall
to uninstall silentct.
|