From 72f57ba08be24574ecd458f351c13ecf75d8192d Mon Sep 17 00:00:00 2001 From: emma Date: Wed, 19 Jun 2024 23:29:22 -0600 Subject: [PATCH] Makefile: adds octal disclaimer --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0dee534b..7756c565 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ # permitted in any medium without royalty provided the copyright notice and this # notice are preserved. This file is offered as-is, without any warranty. +# The octal escape \043 is utilized twice in this file as make(1p) will +# interpret a hash in a rule as an inline comment. + .POSIX: DESTDIR ?= dist