From 4f5fc898d7816bd0b0e9555d8c3e3925f3aea382 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Thu, 26 Jun 2025 18:40:32 +0200 Subject: [PATCH] someone accidently checked this in, i guess --- test/asm/listing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/asm/listing/Makefile b/test/asm/listing/Makefile index 4321d3b95..9dc871dad 100644 --- a/test/asm/listing/Makefile +++ b/test/asm/listing/Makefile @@ -27,7 +27,7 @@ else endif ifdef QUIET -# .SILENT: + .SILENT: endif CA65 := $(if $(wildcard ../../../bin/ca65*),..$S..$S..$Sbin$Sca65,ca65)