hirc

IRC client
Log | Files | Refs

commit 79472fdfa5cd7819abea6e6ffad06e6112db2254
parent 42e5fa5c901ed48bb93e2037291db7cee78ca88a
Author: hhvn <dev@hhvn.uk>
Date:   Thu,  2 Dec 2021 20:22:41 +0000

Makefile: add note on config.mk

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

diff --git a/Makefile b/Makefile @@ -16,6 +16,10 @@ include config.mk all: $(BIN) $(MAN) +# Some make implementation will +# use a target to create an include +# file if it doesn't yet exist, +# but this is not a standard feature. config.mk: ./configure