diff --git a/test/asm/listing/Makefile b/test/asm/listing/Makefile index 62b742689..ca1981be0 100644 --- a/test/asm/listing/Makefile +++ b/test/asm/listing/Makefile @@ -15,7 +15,7 @@ else endif ifdef QUIET - .SILENT: +# .SILENT: endif CA65 := $(if $(wildcard ../../../bin/ca65*),../../../bin/ca65,ca65)