From d736032675dc998e9196ea7e6f392945fc17795d Mon Sep 17 00:00:00 2001
From: mrdudz <mrdudz@users.noreply.github.com>
Date: Mon, 17 May 2021 14:25:33 +0200
Subject: [PATCH] added a missing comment

---
 test/misc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/misc/Makefile b/test/misc/Makefile
index 397635afd..b17c69f5c 100644
--- a/test/misc/Makefile
+++ b/test/misc/Makefile
@@ -64,6 +64,7 @@ $(WORKDIR)/bug760.$1.$2.prg: bug760.c | $(WORKDIR)
 	$(if $(QUIET),echo misc/bug760.$1.$2.prg)
 	$(NOT) $(CC65) -t sim$2 -$1 -o $$@ $$< $(NULLERR)
 
+# should compile, but gives an error
 $(WORKDIR)/bug1437.$1.$2.prg: bug1437.c | $(WORKDIR)
 	@echo "FIXME: " $$@ "currently does not compile."
 	$(if $(QUIET),echo misc/bug1437.$1.$2.prg)