1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 02:17:07 +00:00

Un-silence Make

This commit is contained in:
Spiro Trikaliotis
2022-06-20 23:07:36 +02:00
parent aa64234707
commit b5b3654017
+1 -1
View File
@@ -15,7 +15,7 @@ else
endif
ifdef QUIET
.SILENT:
# .SILENT:
endif
CA65 := $(if $(wildcard ../../../bin/ca65*),../../../bin/ca65,ca65)