diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-28 10:16:52 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-28 10:16:52 +0100 |
| commit | 9352746b95920fc75dfd8c01ecac048e79b7ae02 (patch) | |
| tree | f35aa96590836fba26a22620ba83d986fe4711ff /Makefile | |
| parent | 0f65f1b71124cb974cf06c32439c2a2bad422659 (diff) | |
| download | nissy-9352746b95920fc75dfd8c01ecac048e79b7ae02.tar.gz nissy-9352746b95920fc75dfd8c01ecac048e79b7ae02.zip | |
Added possibility of having end-of-line comments with double slash (single slash actually); fixed a small memory leak
Diffstat (limited to 'Makefile')
| -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.0beta3 | 3 | VERSION = 2.0beta4 |
| 4 | 4 | ||
| 5 | PREFIX = /usr/local | 5 | PREFIX = /usr/local |
| 6 | MANPREFIX = ${PREFIX}/share/man | 6 | MANPREFIX = ${PREFIX}/share/man |
