diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-30 17:16:48 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-30 17:17:24 +0200 |
commit | 32b81ec4777ede7fdb4e0172c0011e238bdacb60 (patch) | |
tree | 5a827bbfa0749b5a99dda38c4f79d49089684b1e /INSTALL | |
parent | 20f52e16880210b1893d89e2d20819171632da32 (diff) |
build: Install is a separate invocation of make
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,10 +1,11 @@ Type + make make install to install silentct in a standard location. -You may override the following Makefile variables: +You may override the following (un)install variables: DESTDIR default: PREFIX default: /usr/local @@ -12,8 +13,6 @@ You may override the following Makefile variables: 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 |