mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
The ref test cc65141011.c now passes.
This commit is contained in:
parent
a7a8426a90
commit
b2268765bf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user