1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

More make test output for debugging

This commit is contained in:
Spiro Trikaliotis 2022-06-20 23:10:32 +02:00
parent b5b3654017
commit 0d7fba2332

View File

@ -99,6 +99,13 @@ else
endif
ifneq ($(wildcard ref/$1.ld65err-ref),)
@echo cat $$(@:.bin=.list-ld65-err)
cat $$(@:.bin=.list-ld65-err)
@echo
@echo
-diff -u ref/$1.ld65err-ref $$(@:.bin=.list-ld65-err)
@echo
@echo
$(ISEQUAL) ref/$1.ld65err-ref $$(@:.bin=.list-ld65-err)
else
ifneq ($(wildcard $(WORKDIR)/$1.list-ld65-err),)