4510 support for da65: fixed docs and Makefile for testcase.

This commit is contained in:
Sven Oliver Moll
2016-09-27 12:02:57 +02:00
parent 2d76d0a657
commit 476260a6fa
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ $$(WORKDIR)/$(1)-reass.s: $$(WORKDIR)/$(1)-disass.bin
$$(WORKDIR)/$(1)-reass.bin: $$(WORKDIR)/$(1)-reass.s
@$$(BINDIR)/cl65 --cpu $(1) -t none $(START) --obj-path $$(WORKDIR) -o $$@ $$<
@rm -f $(1)-reass.o #workaround for #168
@cmp $$@ $$(WORKDIR)/$(1)-disass.bin
@echo da65 --cpu $(1) ok
endef