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

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