taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit ab72a2d3883c740f0fec38aa85e65f670bac3cbb
parent 9f5203986ad2f05d270f9e9ff7e9e9b9f0d01f85
Author: ng0 <ng0@taler.net>
Date:   Mon, 28 Oct 2019 16:17:56 +0000

Makefile comment.

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,9 @@ # Makefile for NetBSD make (portable version: "bmake"), # GNU make will find 'GNUmakefile' first and use that file instead. # This file is in the public domain. +# +# I keep and maintain this file for personal use, it is faster than +# the gmake approach. .include "config.mk"