diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-02-27 18:33:31 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-02-27 18:33:31 +0100 |
| commit | 98b8339bceb833eb2419bc349547cb8342e4be1a (patch) | |
| tree | ed8ee56446b874500f733b60985c6fcf645f829d /Makefile | |
| parent | 9afb1a31f456b82f87539569055a76d23d0490b4 (diff) | |
| download | nissy-classic-98b8339bceb833eb2419bc349547cb8342e4be1a.tar.gz nissy-classic-98b8339bceb833eb2419bc349547cb8342e4be1a.zip | |
Print solutions to stderr when using -v
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | # See LICENSE file for copyright and license details. | 1 | # See LICENSE file for copyright and license details. |
| 2 | 2 | ||
| 3 | VERSION = 2.0.7 | 3 | VERSION = 2.0.7-next |
| 4 | 4 | ||
| 5 | PREFIX = /usr/local | 5 | PREFIX = /usr/local |
| 6 | MANPREFIX = ${PREFIX}/share/man | 6 | MANPREFIX = ${PREFIX}/share/man |
