From 90ca10990fdb127335d780aa3e3f06528627585c Mon Sep 17 00:00:00 2001 From: emma Date: Thu, 1 Feb 2024 01:35:31 -0700 Subject: [PATCH] Makefile: fixed build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5900c5c..b2233c4 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ .POSIX: .PRAGMA: posix_202x # future POSIX standard support à la pdpmake(1) +.PRAGMA: command_comment # breaks without this? PREFIX=/usr/local