aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-28 10:16:52 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-28 10:16:52 +0100
commit9352746b95920fc75dfd8c01ecac048e79b7ae02 (patch)
treef35aa96590836fba26a22620ba83d986fe4711ff /Makefile
parent0f65f1b71124cb974cf06c32439c2a2bad422659 (diff)
downloadnissy-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85d696e..71e2297 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1# See LICENSE file for copyright and license details. 1# See LICENSE file for copyright and license details.
2 2
3VERSION = 2.0beta3 3VERSION = 2.0beta4
4 4
5PREFIX = /usr/local 5PREFIX = /usr/local
6MANPREFIX = ${PREFIX}/share/man 6MANPREFIX = ${PREFIX}/share/man

Generated with cgit - Back to sebastiano.tronto.net