1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +00:00

The ref test cc65141011.c now passes.

This commit is contained in:
acqn 2020-01-01 23:44:47 +08:00 committed by Oliver Schmidt
parent a7a8426a90
commit b2268765bf
2 changed files with 0 additions and 4 deletions

View File

@ -86,10 +86,6 @@ $(WORKDIR)/sitest.$1.$2.prg: sitest.c | $(WORKDIR)
@echo "FIXME: " $$@ "currently will fail."
-$(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR)
# -$(SIM65) $(SIM65FLAGS) $$@ $(NULLOUT)
$(WORKDIR)/cc65141011.$1.$2.prg: cc65141011.c | $(WORKDIR)
@echo "FIXME: " $$@ "currently can fail."
$(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR)
-$(SIM65) $(SIM65FLAGS) $$@ $(NULLOUT)
endef # PRG_template