dumb down for cmd.exe

This commit is contained in:
mrdudz
2025-06-26 20:42:15 +02:00
parent afe395e970
commit 70f9723a89
13 changed files with 26 additions and 0 deletions

View File

@@ -26,8 +26,10 @@ ifdef QUIET
.SILENT:
NULLOUT = >$(NULLDEV)
NULLERR = 2>$(NULLDEV)
ifndef CMD_EXE
CATERR = 2> $(WORKDIR)/$$@.errlog || (cat $(WORKDIR)/$$@.errlog && false)
endif
endif
CL65 := $(if $(wildcard ../../bin/cl65*),../../bin/cl65,cl65)
CA65 := $(if $(wildcard ../../bin/ca65*),../../bin/ca65,ca65)